PATCH
/
bots
/
{id}
cURL
curl --request PATCH \
  --url https://www.quikquery.io/api/v1/bots/{id} \
  --header 'Content-Type: application/json' \
  --header 'api-token: <api-key>' \
  --data '{
  "_id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "docGroup": [
    "<string>"
  ],
  "openaiApiKey": "<string>",
  "isActive": true
}'
This response has no body data.

Authorizations

api-token
string
header
required

Path Parameters

id
integer
required

ID of bot to update

Body

application/json

Bot object that needs to be update to the store

The body is of type object.