Skip to main content
PATCH
/
agents
/
{agentId}
Update Agent
curl --request PATCH \
  --url https://api.vexara.io/v1/agents/{agentId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "description": "<string>",
  "status": "active",
  "revenueShare": 123
}
'

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header

Path Parameters

agentId
string
required

Body

application/json
description
string
status
enum<string>
Available options:
active,
paused
revenueShare
number<decimal>

Response

200

Agent updated successfully