Update
PUT/typebot/update/:instanceName
Update
Request
Path Parameters
instanceName stringrequired
Example: codechat-bot
- application/json
Body
- object
Responses
- 201
- 404
Created
Response Headers
X-Powered-By string
Content-Type string
Content-Length integer
ETag string
Date string
Connection string
Keep-Alive string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"id": 2,
"enabled": true,
"publicId": "exibition-zwy88ap",
"typebotUrl": "https://typebot.io",
"createdAt": "2023-12-08T00:00:00.000Z",
"updatedAt": "2023-12-08T00:00:00.000Z",
"Instance": {
"id": 1,
"name": "codechat-bot",
"description": "Instance: Test V1",
"connectionStatus": "ONLINE",
"ownerJid": "[email protected]",
"profilePicUrl": "https://pps.whatsapp.net/v/t61.24694-24/390195212_720036100150140_9119125126675536152_n.jpg?ccb=11-4&oh=01_AdRlcxzfhf1s1eNXzOmP68CIQzVLkcsbk_-oH1qRpzUoyQ&oe=6580931F&_nc_sid=e6ed6c&_nc_cat=100",
"createdAt": "2023-12-08T00:00:00.000Z",
"updatedAt": "2023-12-08T00:00:00.000Z"
}
}
Not Found
Response Headers
X-Powered-By string
Content-Type string
Content-Length integer
ETag string
Date string
Connection string
Keep-Alive string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 404,
"error": "Not Found",
"message": [
"Bot instance not found"
]
}
Loading...