Create a component version
Publishes a new version of a component from the current draft.
Note:
You can’t publish a new version of an archived component. Reactivate the component before publishing a new version.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
componentId
The component's ID.
Request
This endpoint expects an object.
label
The component version's label. This must begin and end with an alphanumeric character and may only contain letters, digits, dots, underscores, plus signs, and hyphens and cannot exceed 60 characters.
source
The source to publish the version from. Defaults to the component's current draft.
Response
Version Created
id
The component version's ID.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error