Skip to main content
PATCH
Atualizar Bot

Authorizations

Authorization
string
header
required

Token JWT obtido do endpoint /api/openapi/auth/token

Path Parameters

id
string<uuid>
required

ID do Bot (UUID)

Example:

"770e8400-e29b-41d4-a716-446655440002"

Body

application/json
name
string
role
enum<string>
Available options:
support,
dynamic,
sales
description
string
instructions
string
temperature
number<float>
Required range: 0 <= x <= 2
identification_name
string | null
questions
object[]
document_ids
string<uuid>[]
allow_human
boolean
actions
object[]
use_audio_responses
boolean
allow_user_audio_requests
boolean
capture_payments
boolean
break_lines
boolean

Response

Bot atualizado com sucesso

success
boolean
Example:

true

data
object