Assign Role To Group
roles
Assign Role To Group
Assign role to group. Implements POST /groups//roles as specified in SPEC.md Section 3.4.
POST
Assign Role To Group
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Request model for assigning a role to a group.
Name of the role to assign to the group (lowercase letters, numbers, underscores, and colons only)
Pattern:
^[a-z0-9_:]+$Example:
"data_analyst:read"
Response
Successful Response
