Skip to main content

Update group's project role

PUT /api/admin/projects/:projectId/groups/:groupId/roles/:roleId
deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

Updates the permissions that the group has within the given project. This endpoint is deprecated. Use /:projectId/users/:userId/roles instead.

Request

Path Parameters

  • projectId string required
  • groupId string required
  • roleId string required
Responses

This response has no body.

Loading...