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 replaced or 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 stringrequired
    groupId stringrequired
    roleId stringrequired

Responses

This response has no body.

Loading...