cURL
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 }
Update an agent’s settings
This is your JWT tolen
A valid API key
Body
The body is of type object.
object
200
The response is of type object.