Update App Version (v1)
Update version metadata. Only metadata fields (description, tags, bundleId) are accepted. Content and deployment fields return 422.
Authorizations
Body
Update a version. Only metadata fields (description, tags, bundleId) are accepted. Content and deployment fields return 422. workspaceId is accepted only when the parent App is a draft; if provided, associates the draft App with the given workspace. If the workspace is already linked to a different draft, that draft is deleted before the new link is established. Returns 422 if workspaceId is provided and the parent App is not a draft.
Guardrails bundle ID. Can only be set once per version. If the version already has a bundleId, the request fails. If the provided bundleId does not exist, the request fails.
Draft only. ID of the apps-authoring workspace to associate with this draft version. If the workspace is already linked to a different draft, that draft is deleted first. Returns 422 if the parent App is not a draft.
Response
Success
Reproducibility fields that define the version's content.
Execution settings for the version.
Monotonically increasing version number derived from creationOrder.