v2

latestOpenAPI 3.0.42026-08-04123200540.7 KB
Change Requests (Approval flow & Scheduled changes) - Beta

Close Change Request

Closes the Change Request without applying it.

post/v2/change-requests/{changeRequestId}/close

Path parameters

changeRequestIdinteger required

The identifier of the Change Request.

Response

When closing the Change Request was successful.

changeRequestIdinteger required

Identifier of the Change Request.

configIdstring uuid required

Identifier of the Config.

environmentIdstring uuid required

Identifier of the Environment.

changeRequestStatus'open' | 'applied' | 'closed' required

The lifecycle status of a Change Request.

needsAttentionboolean required

Indicates whether the Change Request needs attention.

titlestring required

Title of the Change Request.

reasonstring nullable required

Optional notes describing the purpose of the Change Request.

applyAtstring date-time nullable required

Optional UTC date and time when the Change Request should be applied automatically.

createdAtstring date-time required

The UTC date and time when the Change Request was created.

creatorUserEmailstring required

Email of the user who created the Change Request.

creatorUserFullNamestring required

Full name of the user who created the Change Request.

creatorUserIdstring nullable required

Identifier of the creator user.

approvedboolean required

Indicates whether the Change Request has been approved.

appliedAtstring date-time nullable required

Optional UTC date and time when the Change Request was applied.

appliedByUserIdstring nullable required

Identifier of the user who applied the Change Request.

appliedByUserEmailstring nullable required

Email of the user who applied the Change Request.

appliedByUserFullNamestring nullable required

Full name of the user who applied the Change Request.

closedAtstring date-time nullable required

Optional UTC date and time when the Change Request was closed.

closedByUserIdstring nullable required

Identifier of the user who closed the Change Request.

closedByUserEmailstring nullable required

Email of the user who closed the Change Request.

closedByUserFullNamestring nullable required

Full name of the user who closed the Change Request.

bypassApprovalboolean required

Indicates whether approval flow is bypassed.