Update Project Permissions
POST/org/:orgId/permissions/project/:projectId
Update Project Permissions
Request
Path Parameters
orgId stringrequired
The Organization ID (UUID) for which you are querying.
projectId stringrequired
The Project ID for which you are querying
- application/json
Body
required
any
Responses
- 200
- 401
- 404
- 500
- 503
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"response": "Succesfully updated the permissions",
"status": {
"i18n_message": "response.ok",
"message": "OK"
}
}
{
"response": "Succesfully updated the permissions",
"status": {
"i18n_message": "response.ok",
"message": "OK"
}
}
This error will occur if calling user does not have access right for the API.
This error will occur if calling user does not have access right for the API.
A server error occurred. Check the logs for more details.
This error will occur if Design Center APIs are not enabled.
Loading...