Referencia de APIChats / Bot
Update Bot by botid
← Back to full API reference
PATCH
/v1/bot/:botIdAuth requiredRequest details
Path params
| Field | Required | Description |
|---|---|---|
| botId | Yes | Required path parameter. |
Body fields
| Field | Required | Description |
|---|---|---|
| metadata | Yes | Inferred from req.body.metadata |
Default payloads
Path params
json
{
"botId": 1
}Query
json
{}Body
json
{
"metadata": "string"
}Sample response
json
{}