Skip to main content
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

  • crIdStringRequired

    ID of the change request to approve

Body Fields

  • approverIdStringRequired

    ID of the approver granting approval

    Example: user-approver-001

  • commentStringRequired

    Optional comment from the approver explaining the approval decision

    Example: Reviewed and approved. Proceed during maintenance window.

Responses

200 OK

On success, this API returns an empty JSON object {}.

Endpoint

PUT/api/v1/change-management/change-requests/{crId}/approve

/api/v1/change-management/change-requests/{crId}/approve

Operation ID

ApproveChangeRequest

Permalink

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.

View all change history