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

Headers

Authorization
string
required

Path Parameters

id
string
required

Body

*/*