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