APIGroups
Update a group
Renames the group.
Requires the admin role on the workspace.
AuthorizationBearer <token>
An OpenID Connect access token issued by Keycloak, acting as the signed-in user.
In: header
Path Parameters
workspaceId*string
groupId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
name?string
New name.
Length
1 <= length <= 255Response Body
application/json
curl -X PATCH "https://api-next.centralcsp.com/v1/workspaces/string/groups/string" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "string", "workspaceId": "string", "name": "Security team", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z"}