Get change request configuration

Enterprise feature

Given a projectId, this endpoint will retrieve change request configuration for the project

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

projectIdstringRequired

Response

changeRequestConfigSchema
environmentstring
The environment that this configuration applies to.
typestring

The type of the environment listed in environment.

changeRequestEnabledboolean

true if this environment has change requests enabled, otherwise false.

requiredApprovalsdouble or null
The number of approvals that are required for a change request to be fully approved and ready to be applied in this environment.