Skip to main content
Infrastructure/Change Management

ApproveChangeRequest

Approve a pending change request to allow it to proceed

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

Operation ID

ApproveChangeRequest

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Path Parameters

  • crId
    StringRequired

    ID of the change request to approve

Body Fields

  • approverId
    StringRequired

    ID of the approver granting approval

    Example: user-approver-001

  • comment
    StringRequired

    Optional comment from the approver explaining the approval decision

    Example: Reviewed and approved. Proceed during maintenance window.

Responses

200 OK
200 OK

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