Change Requests
Retrieves change request configuration for a project
Enterprise feature
Given a projectId, this endpoint will retrieve change request configuration for the project
get/api/admin/projects/{projectId}/change-requests/config
Path parameters
projectIdstring required
Response
changeRequestConfigSchema
Example response
[
{
"environment": "my-dev-environment",
"type": "development",
"changeRequestEnabled": true,
"requiredApprovals": 2
}
]