Update the endpoint name belonging to the registered module.

Request
Security:
vc-security
path Parameters
id
required
string
name
required
string
Responses
204

No content; request has succeeded.

patch/endpoint-control-service/v1/registration/{id}/name/{name}
Request samples
curl -i -X PATCH \
  'http://endpoint-control-service:8080/endpoint-control-service/v1/registration/{id}/name/{name}' \
  -H 'x-auth-token: YOUR_API_KEY_HERE'