Update Endpoint
This method will throw a 404 NOT_FOUND exception if the endpoint doesn't existalready. To create an endpoint, execute a POST against /services/{id}/endpoints/{endpointTypeId} Only available to solution userO
the endpoint id to be updated
the endpoint containing the desired updates
{
"lastUpdated": "string",
"endPointType": {
"protocol": "string",
"typeId": "string"
},
"serviceInfoId": "string",
"createdDate": "string",
"endPointAttributes": [
{
"id": "string",
"value": "string",
"key": "string"
}
],
"id": "string",
"sslTrusts": [
"string"
],
"url": "string"
}
The last updated date.
The service info id associated with this end point.
The created date.
The specific attributes associated with this end point, if any.
The id.
The trust anchor certificates used to validate the SSL certificate path for this endpoint. If specified, the elements of this field should contain base64-encoded DER representations of X509 certificates. Multiple certificates may be included to eliminate certificate expiration gap for a single endpoint
The URL of this end point.
successful operation