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
projectId
Response
changeRequestConfigSchema
environment
The environment that this configuration applies to.
type
The type of the environment listed in environment.
changeRequestEnabled
true if this environment has change requests enabled, otherwise false.
requiredApprovals
The number of approvals that are required for a change request to be fully approved and ready to be applied in this environment.