Skip to main content

Update table

PATCH 

/api/v1/tables/:id

Update table

Request

Path Parameters

    id int32required

Body

required

    data

    object

    id stringrequired
    type stringrequired

    Possible values: [tables]

    attributes

    object

    number string
    number_of_seats int32
    shape string
    rotation int32
    coord_x int32

    X coordinate of the table

    coord_y int32

    Y coordinate of the table

    position_x int32

    X coordinate of the table

    position_y int32

    Y coordinate of the table

Responses

Update table

Schema

    data

    object

    required

    id string
    type string

    attributes

    object

    number string
    number-of-seats integer
    shape string
    rotation integer
    position-x integer
    position-y integer
Loading...