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
OR
OR
Update the enabled state for a feature.
OR
Add a strategy to the feature
OR
Update a strategy belonging to this feature.
OR
Delete a strategy from this feature.
OR
Archive a feature.
OR
Update variants for this feature.
OR
Reorder strategies for this feature
OR
Add a parent feature dependency.
OR
Remove a parent feature dependency or all dependencies if no payload.
OR
Add a release plan to this feature environment.
OR
Start milestone of feature environment release plan.
OR
Remove a release plan from feature environment.
OR
Create or update milestone progression from one milestone to another.
OR
Delete milestone progression.
OR
Resume paused milestone progressions for a release plan.
OR
Create or update a safeguard for a release plan.
OR
Delete a safeguard from a release plan.
Response
changeRequestSchema
OR