PUT
/
api
/
v1
/
bot
/
{id}
curl --request PUT \
  --url https://app.aptlystar.ai/api/v1/bot/{id} \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: */*' \
  --data '{
  "name": "<string>",
  "temperature": 123,
  "model": "<string>",
  "streaming": true,
  "questionGeneratorPrompt": "<string>",
  "qaPrompt": "<string>",
  "showRef": true,
  "use_hybrid_search": true,
  "bot_protect": true,
  "use_rag": true,
  "bot_model_api_key": "<string>",
  "noOfDocumentsToRetrieve": 123,
  "favorite_bot": true
}'

Headers

Authorization
string
required

Path Parameters

id
string
required

Body

*/*