Skip to main content

Sets roles for group

PUT <your-unleash-url>/api/admin/projects/:projectId/groups/:groupId/roles

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Sets the roles a group has in the project.

Request

Path Parameters

  • projectId string required
  • groupId string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
projectId — path required
groupId — path required
curl / cURL
curl -L -X PUT '<your-unleash-url>/api/admin/projects/:projectId/groups/:groupId/roles' \
-H 'Authorization: <API_KEY_VALUE>'