Create Endpoint Type Category
The API creates a new endpoint type category. The API validates that the endpoint type category does not exist already, before creating new endpoint type category
Request
URI
POST
https://{api_host}/endpoint-configuration-service/api/categories
COPY
Request Body
Endpoint type category to be created.
EndpointTypeCategory of type(s) application/json
Required
{
"lastUpdated": "string",
"createdDate": "string",
"name": "string",
"id": "string",
"version": 0
}
string As date-time As date-time
lastUpdated
Optional
lastUpdated
string As date-time As date-time
createdDate
Optional
createdDate
string
name
Optional
name
string
id
Optional
id
integer As int64 As int64
version
Optional
version
Responses
200
Returns EndpointTypeCategory of type(s) */*
{
"lastUpdated": "string",
"createdDate": "string",
"name": "string",
"id": "string",
"version": 0
}
string As date-time As date-time
lastUpdated
Optional
lastUpdated
string As date-time As date-time
createdDate
Optional
createdDate
string
name
Optional
name
string
id
Optional
id
integer As int64 As int64
version
Optional
version
400
Bad request.
Operation doesn't return any data structure
403
Unauthorized.
Operation doesn't return any data structure
503
Dependent service is unavailable.
Operation doesn't return any data structure