Update version metadata (label, description, pin only)
Update version metadata (label, description, pin only)
Update a published version’s label, description, or pinned status. At least one field is required. Published versions (both active and inactive) are config-immutable — their agent configuration cannot be changed. To modify config, create a new draft from the version, edit the draft, and publish it as a new version.
Authentication
AuthorizationBearer
API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.
Path parameters
id
The agent ID
versionId
The published version ID
Request
This endpoint expects an object.
label
Version label
description
Version description
isPinned
Pin or unpin the version
Response
Version metadata updated
status
data
Represents either a draft revision or a published version of an agent's configuration.
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error

