Infrastructure/Change Management
PUTChangeManagementSince 1.0SynchronousAuth Required
RejectChangeRequest
Reject a pending change request with a mandatory reason
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 reject
Body Fields
approverIdStringRequiredID of the approver rejecting the request
Example: user-approver-001
reasonStringRequiredReason explaining why the change request was rejected
Example: Insufficient rollback plan provided
Responses
Endpoint
PUT/api/v1/change-management/change-requests/{crId}/reject
/api/v1/change-management/change-requests/{crId}/reject
Request Example
curl -X PUT '{host}/api/v1/change-management/change-requests/{crId}/reject' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"approverId":"user-approver-001","reason":"Insufficient rollback plan provided"}'
Response Example
200{}Change History
This API has no change history records yet.
