Edit a change

Enterprise feature

This endpoint will edit one change from a change request if it matches the provided id. The edit removes previous change and inserts a new one. You

should not rely on the changeId for subsequent edits and always check the most recent changeId.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

projectIdstringRequired
changeRequestIdstringRequired
changeIdstringRequired

Request

changeRequestCreateSchema
ChangeRequestCreateSchema0objectRequired
OR
ChangeRequestCreateSchema1objectRequired
OR
ChangeRequestCreateSchema2objectRequired
Update the enabled state for a feature.
OR
ChangeRequestCreateSchema3objectRequired
Add a strategy to the feature
OR
ChangeRequestCreateSchema4objectRequired
Update a strategy belonging to this feature.
OR
ChangeRequestCreateSchema5objectRequired
Delete a strategy from this feature.
OR
ChangeRequestCreateSchema6objectRequired
Archive a feature.
OR
ChangeRequestCreateSchema7objectRequired
Update variants for this feature.
OR
ChangeRequestCreateSchema8objectRequired
Reorder strategies for this feature
OR
ChangeRequestCreateSchema9objectRequired
Add a parent feature dependency.
OR
ChangeRequestCreateSchema10objectRequired
Remove a parent feature dependency or all dependencies if no payload.
OR
ChangeRequestCreateSchema11objectRequired
Add a release plan to this feature environment.
OR
ChangeRequestCreateSchema12objectRequired
Start milestone of feature environment release plan.
OR
ChangeRequestCreateSchema13objectRequired
Remove a release plan from feature environment.
OR
ChangeRequestCreateSchema14objectRequired
Create or update milestone progression from one milestone to another.
OR
ChangeRequestCreateSchema15objectRequired
Delete milestone progression.
OR
ChangeRequestCreateSchema16objectRequired
Resume paused milestone progressions for a release plan.
OR
ChangeRequestCreateSchema17objectRequired
Create or update a safeguard for a release plan.
OR
ChangeRequestCreateSchema18objectRequired
Delete a safeguard from a release plan.

Response

changeRequestSchema
ChangeRequestSchema0object
OR
ChangeRequestSchema1object

Errors