groups
Update a service group with a diff
Update a service group with a diff
patch/api/groups/{serviceGroupId}
Path parameters
serviceGroupIdstring required
The service group id
Request body
Example request
[
{
"path": "a string value"
}
]Response
Successful operation
Example response
{
"description": "a string value",
"id": "a string value",
"name": "a string value"
}