Update Table

This endpoint is for updating a table. Please note table update will not be allowed if the table has open sales.

Request
Security:
path Parameters
tableId
required
string

Id of the table in Tyro Connect that should be updated

Example: 2688fcf2-44dd-4c72-88ac-79d0910f2983
header Parameters
Authorization
required
string
Default: Bearer {$$.env.access_token}
Content-Type
required
string
Value: "application/json"
Request Body schema: application/json
number
string

This value must be unique and represents the table number or table id. This field accepts alphanumeric characters e.g MAIN-33

object (section)

The section within the venue

Responses
204

No body content

400

When the provided request is not valid.

403

When you don't have the right permissions to update the table.

404

When the provided tableId does not match a table stored in the system.

patch/tables/{tableId}
Request samples
application/json
{
  • "number": "new-table-id"
}
Response samples
application/json
{
  • "error": "string"
}
Copyright © Tyro Payments 2019-2024. All right reserved.