Skip to main content
PATCH
/
v1
/
agents
/
{agentId}
Update a agent
curl --request PATCH \
  --url https://release0.com/api/v1/agents/{agentId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "agent": "<unknown>"
}
'
{
  "agent": "<unknown>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
agent
any

Response

Successful response

agent
any