Can Edit Existing Endpoint
The API checks an existing endpoint to see if it can be edited. The API returns falseendpoint with the specified id cannot be edited. It returns true otherwise.
Request
URI
GET
https://{api_host}/endpoint-configuration-service/api/endpoints/{id}/canedit
COPY
Path Parameters
string
id
Required
Id of the endpoint to check if it can be edited.
Responses
200
Operation doesn't return any data structure
403
Unauthorized.
Operation doesn't return any data structure
404
Endpoint with the specified id does not exist.
Operation doesn't return any data structure