Chatbots
Update Chatbot
Chatbots
Update Chatbot
Update chatbot meta base on uuid
POST
/
api
/
v1
/
chatbot
/
{uuid}
/
update
curl --location --request POST 'https://app-chatwize.com/api/v1/chatbot/{uuid}/update' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data-raw '{
"name": "string"
"prompt": "string",
"temperature": 0,
"model": "gpt-3.5-turbo",
"rate_limit": [
20,
240
],
"rate_limit_message": "Too many messages",
"show_citations": false,
"visibility": "private"
}'
{
"created_at": "string",
"meta": {
"model": "gpt-3.5-turbo",
"prompt": "string",
"rate_limit": [
20,
240
],
"rate_limit_message": "Too many messages",
"show_citations": false,
"temperature": 0,
"visibility": "private"
},
"modified_at": "string",
"name": "string",
"uuid": "string"
}
Path
Body
Response
curl --location --request POST 'https://app-chatwize.com/api/v1/chatbot/{uuid}/update' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data-raw '{
"name": "string"
"prompt": "string",
"temperature": 0,
"model": "gpt-3.5-turbo",
"rate_limit": [
20,
240
],
"rate_limit_message": "Too many messages",
"show_citations": false,
"visibility": "private"
}'
{
"created_at": "string",
"meta": {
"model": "gpt-3.5-turbo",
"prompt": "string",
"rate_limit": [
20,
240
],
"rate_limit_message": "Too many messages",
"show_citations": false,
"temperature": 0,
"visibility": "private"
},
"modified_at": "string",
"name": "string",
"uuid": "string"
}
curl --location --request POST 'https://app-chatwize.com/api/v1/chatbot/{uuid}/update' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data-raw '{
"name": "string"
"prompt": "string",
"temperature": 0,
"model": "gpt-3.5-turbo",
"rate_limit": [
20,
240
],
"rate_limit_message": "Too many messages",
"show_citations": false,
"visibility": "private"
}'
{
"created_at": "string",
"meta": {
"model": "gpt-3.5-turbo",
"prompt": "string",
"rate_limit": [
20,
240
],
"rate_limit_message": "Too many messages",
"show_citations": false,
"temperature": 0,
"visibility": "private"
},
"modified_at": "string",
"name": "string",
"uuid": "string"
}