Update Endpoint Type Category

Update Endpoint Type Category

The API updates an existing endpoint type category. If the category exists, it is updated.Otherwise, a new endpoint type category is created

Request
URI
PUT
https://{api_host}/endpoint-configuration-service/api/categories/{id}
COPY
Path Parameters
string
id
Required

Id of the endpoint type category to be updated.


Request Body

Endpoint type category to be updated.

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
204
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