cURL
updateTableRows
Updates specified rows in a table, allowing partial success with detailed feedback on errors.
PUT
cURL
Documentation Index
Fetch the complete documentation index at: https://botpress-add-desk-to-botpress-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Bot id
Integration id
Integration alias
Integration name
User Id
User Role
Path Parameters
The table's name or unique identifier for targeting specific table operations.
Body
application/json
Data for rows to update, including IDs. Errors affect only specific rows, not the entire batch.
Response
Returns updated rows, including warnings for minor issues and errors for failed updates.
Last modified on May 27, 2026