Publish agent version

View as Markdown
Assigns a semver version to a build, making it publicly visible in the catalog. Requires account owner or admin.

Authentication

AuthorizationBearer
OAuth 2.0 device flow or platform session token

Path parameters

accountstringRequired

Account name (slug)

namestringRequired
Agent name

Request

This endpoint expects an object.
build_idstringRequired
versionstringRequired

Semver version (e.g. 1.0.0)

Response

Version published
messagestring
accountstring
namestring
build_idstring
versionstring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error