Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200
OK
curl --request POST \
  --url https://api.tryunleashx.com/v1/agent/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "language": "<string>"
}'curl --request POST \
  --url https://api.tryunleashx.com/v1/agent/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "language": "<string>"
}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Was this page helpful?