PATCH
/
test_framework
/
v1
/
aiagents-external
/
{id}
/
curl --request PATCH \
  --url https://new-prod.vocera.ai/test_framework/v1/aiagents-external/{id}/ \
  --header 'Content-Type: application/json' \
  --header 'X-VOCERA-API-KEY: <api-key>' \
  --data '{
  "agent_name": "<string>",
  "contact_number": "<string>",
  "inbound": true,
  "description": "<string>",
  "language": "<string>",
  "assistant_id": "<string>",
  "websocket_url": "<string>",
  "websocket_headers": {},
  "predefined_metrics": {}
}'
{
  "id": 123,
  "project": 123,
  "agent_name": "<string>",
  "contact_number": "<string>",
  "inbound": true,
  "description": "<string>",
  "language": "ar",
  "assistant_id": "<string>",
  "websocket_url": "<string>",
  "websocket_headers": {},
  "llm_system_prompt": "<string>",
  "llm_model": "gpt-4o",
  "llm_temperature": 123,
  "llm_max_tokens": -1,
  "knowledge_base_files": "<string>"
}

Authorizations

X-VOCERA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
string
required

Body

Response

200
application/json

The response is of type object.