ApproveChangeRequest
Approve a pending change request to allow it to proceed
PUT
/api/v1/change-management/change-requests/{crId}/approveOperation ID
ApproveChangeRequestSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath 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.
