Updates a user group
PUT /v1/usergroup/{userGroupID}
Summary
Updates a user group.
Details
Request body: JSON object. This endpoint updates only the group name after
sanitizing it, truncating it to 100 characters, and checking for conflicts with other user-group names
owned by the same user.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| userGroupID | path | integer (int64) | Yes | The ID of the user group to update. | 1 |
Request Body
Required: Yes
application/json
value(string, optional)
Example
{
"value": "Example value"
}
Responses
200
Success. No response body.
No response body schema documented.