PATCH
/
api
/
v1
/
agent
/
{agentId}
curl --request PATCH \
  --url https://www.artilla.ai/api/v1/agent/{agentId} \
  --header 'Content-Type: application/json' \
  --data '{
  "uiSchema": {},
  "inputSchema": {},
  "webhookUrl": "<string>",
  "visibility": "public",
  "price": 50025
}'
{
  "success": true
}

Headers

authorization
string

This is your JWT tolen

x-api-key
string

A valid API key

Path Parameters

agentId
string
required

Body

application/json
Body

The body is of type object.

Response

200 - application/json
200

The response is of type object.