Rollback Component
Components
Rollback Component
Create a working copy from a previous version
POST
Rollback Component
Path Parameters
string
required
Organization ID
string
required
Project ID
string
required
Component ID
number
required
Target version number to rollback to
Request Body
No request body required.Behavior
Rollback creates a new working copy using the content from the specified version:- The original version remains unchanged
- All package references are preserved
- The component status becomes
modified - The working copy will receive a new version number when published in a package
Rollback does not modify or delete any existing versions. It creates a working copy based on historical content that can be published as a new version.
Response
Returns the Component object withmodified status.