Infrastructure/Change Management
PUTChangeManagementSince 1.0SynchronousAuth Required
ApproveChangeRequest
Approve a pending change request to allow it to proceed
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
crIdStringRequiredID of the change request to approve
Body Fields
approverIdStringRequiredID of the approver granting approval
Example: user-approver-001
commentStringRequiredOptional comment from the approver explaining the approval decision
Example: Reviewed and approved. Proceed during maintenance window.
Responses
Endpoint
PUT/api/v1/change-management/change-requests/{crId}/approve
/api/v1/change-management/change-requests/{crId}/approve
Request Example
curl -X PUT '{host}/api/v1/change-management/change-requests/{crId}/approve' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"approverId":"user-approver-001","comment":"Reviewed and approved. Proceed during maintenance window."}'
Response Example
200{}Change History
This API has no change history records yet.
