Update Bot training
PATCH /v1/bot/training • validated by `patchBotTraining`
← Back to full API referencePATCH/v1/bot/trainingAuthentication required
- Validated by Zod schema: patchBotTraining.
Request details
Path params
No path parameters for this endpoint.
Query params
No explicit query schema was captured for this endpoint.
Body fields
id (required)
Type: number
botId (required)
Type: string
question (required)
Type: string
content (required)
Type: string
action
Type: object
action.tool (required)
Type: string
action.args
Type: object
action.hint
Type: string
Default payloads
Body
{
"id": 1,
"botId": "00000000-0000-0000-0000-000000000000",
"question": "string",
"content": "string"
}
Test this endpoint now
Use your own credentials and execute a live request directly from this page.
2. Select endpoint
PATCH/v1/bot/trainingAuthentication required
Group: Chats / Bot
PATCH /v1/bot/training • validated by `patchBotTraining`
- Validated by Zod schema: patchBotTraining.
Body fields
- idrequired
Type: number
- botIdrequired
Type: string
- questionrequired
Type: string
- contentrequired
Type: string
- action
Type: object
- action.toolrequired
Type: string
- action.args
Type: object
- action.hint
Type: string
3. Prepare request payload
4. Server response
Run a request to inspect the real-time response for your environment.