services
Update a service descriptor targets
Update a service descriptor targets
patch/api/services/{serviceId}/targets
Path parameters
serviceIdstring required
The service id
Request body
Example request
[
{
"path": "a string value"
}
]Response
Successful operation
Example response
[
{
"host": "www.google.com",
"scheme": "a string value"
}
]