API ReferenceRole Set
Replaces the RoleSet resource
Replaces the RoleSet resource
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
RoleSet identifier
The updated RoleSet resource
TypeScript Definitions
Use the request body type in TypeScript.
roles?array<>
name?string
Length
length <= 100Response Body
curl -X PUT "https://example.com/user/role-sets/string" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "shortCode": "string", "name": "string", "roles": [ "Check allowed_roles.yaml" ]}