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
projectId
changeRequestId
changeId
Request
changeRequestCreateSchema
ChangeRequestCreateSchema0
OR
ChangeRequestCreateSchema1
OR
ChangeRequestCreateSchema2
Update the enabled state for a feature.
OR
ChangeRequestCreateSchema3
Add a strategy to the feature
OR
ChangeRequestCreateSchema4
Update a strategy belonging to this feature.
OR
ChangeRequestCreateSchema5
Delete a strategy from this feature.
OR
ChangeRequestCreateSchema6
Archive a feature.
OR
ChangeRequestCreateSchema7
Update variants for this feature.
OR
ChangeRequestCreateSchema8
Reorder strategies for this feature
OR
ChangeRequestCreateSchema9
Add a parent feature dependency.
OR
ChangeRequestCreateSchema10
Remove a parent feature dependency or all dependencies if no payload.
OR
ChangeRequestCreateSchema11
Add a release plan to this feature environment.
OR
ChangeRequestCreateSchema12
Start milestone of feature environment release plan.
OR
ChangeRequestCreateSchema13
Remove a release plan from feature environment.
OR
ChangeRequestCreateSchema14
Create or update milestone progression from one milestone to another.
OR
ChangeRequestCreateSchema15
Delete milestone progression.
OR
ChangeRequestCreateSchema16
Resume paused milestone progressions for a release plan.
OR
ChangeRequestCreateSchema17
Create or update a safeguard for a release plan.
OR
ChangeRequestCreateSchema18
Delete a safeguard from a release plan.
Response
changeRequestSchema
ChangeRequestSchema0
OR
ChangeRequestSchema1