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