Update persona
Partially update the persona configuration. Only the fields provided in the request body are updated; omitted fields retain their existing values. Fields that are not part of the public persona schema are rejected.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
personality
emoji_usage
allowed_emojis
default_timezone
company_description
community_guidelines_url
message_length
ask_for_more_help
no_customer_pi
no_competitors
competitor_names
enable_acknowledgment_messages
Response
OK
personality
emoji_usage
allowed_emojis
default_timezone
message_length
ask_for_more_help
no_customer_pi
no_competitors
enable_acknowledgment_messages
company_description
community_guidelines_url
competitor_names
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error