Chatbot Personas
Update Chatbot Persona
Update custom persona of the chatbot
PATCH
/
v0
/
chatbots
/
{chatbotId}
/
settings
/
personas
/
{personaId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
chatbotId
string
requiredId of the chatbot
personaId
string
requiredId of the chatbot persona
Body
application/json
Request body
title
string | null
Title of the persona.
description
string | null
Short description about the persona.
instructions
string | null
Actual instructions that will be specified to the AI while generating the response.
Response
200 - application/json
Success response
success
boolean
Indicates whether this is success response or error response
message
string
Overall message regarding the operation performed
data
object
Data returned from the server
Was this page helpful?