v28

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-05-2887246443.7 KB

Publish an existing draft version in place.

post/publish-agent-version/{agent_id}

Path parameters

agent_idstring required
Example:agent_xxx

Unique id of the agent.

Request body

versioninteger required
version_descriptionstring

Example request

{
  "version": 15,
  "version_description": "Hotfix for transfer timeout"
}

Response

Agent version published successfully.