Update Endpoint
The API updates an existing endpoint. The API performs the following validation before updating the endpoint:
1. There is an existing endpoint with the specified id.
2. Another endpoint wth the same name does exist.
3. The type of the endpoint is already registered.
4. The endpoint passes schema validation, based on the endpoint type's schema.
Id of the endpoint to be updated.
Endpoint to be updated.
{
"associations": [
{
"lastUpdated": "string",
"createdDate": "string",
"customProperties": "string",
"fromEndpointType": "string",
"associationTypeInfoId": "string",
"id": "string",
"toEndpointId": "string",
"toEndpointType": "string",
"version": 0,
"fromEndpointId": "string"
}
],
"lastUpdated": "string",
"createdDate": "string",
"name": "string",
"tenantId": "string",
"description": "string",
"typeId": "string",
"id": "string",
"typeDisplayName": "string",
"version": 0,
"uri": "string",
"extensionData": {
"entries": [
{
"key": "string"
}
]
}
}
lastUpdated
createdDate
name
tenantId
description
typeId
id
typeDisplayName
version
uri
Unauthorized.
Endpoint with the specified id does not exist.
Request failed validation.
Dependent service is unavailable.