Get Project Options
GET/org/:orgId/project/:projectId/options
Get Project Options
Request
Path Parameters
orgId stringrequired
The Organization ID (UUID) for which you are querying.
projectId stringrequired
The Project ID for which you are querying
Responses
- 200
- 400
- 403
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"id": "abc123",
"can_update,omitempty": true,
"can_delete": true
}
{
"id": "abc123",
"can_update,omitempty": true,
"can_delete": true
}
This error will occur if the project with the specified projectId does not exist.
This error will occur if calling user does not have access right for the API.
This error will occur if the project does not exist
A server error occurred. Check the logs for more details.
Loading...