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
Example request
{
"version": 15,
"version_description": "Hotfix for transfer timeout"
}Response
Agent version published successfully.