Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"

Path Parameters

agent_id
string
required

Unique id of the agent.

Minimum string length: 1
Example:

"agent_xxx"

Body

application/json
version
integer
required
Required range: x >= 0
Example:

15

version_description
string
Example:

"Hotfix for transfer timeout"

version_title
string

Optional title of the agent version. Used for your own reference.

Example:

"Hotfix"

Response

Agent version published successfully.