PATCH
/
test_framework
/
v1
/
test-profiles-external
/
{id}
/
cURL
curl --request PATCH \
  --url https://api.cekura.ai/test_framework/v1/test-profiles-external/{id}/ \
  --header 'Content-Type: application/json' \
  --header 'X-CEKURA-API-KEY: <api-key>' \
  --data '{
  "agent": 123,
  "name": "<string>",
  "information": {}
}'
{
  "id": 123,
  "agent": 123,
  "name": "<string>",
  "information": {}
}

Authorizations

X-CEKURA-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.