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.
Changes
Changed in 1 of the 28 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○