This endpoint is for updating a booking
No body content
When the provided status is not valid
When you don't have the right permissions to update the booking
When the provided bookingId
does not match a booking stored in the system
{- "asset": {
- "tableStatus": "FINALISED"
}
}
{- "error": "\"asset.tableStatus\" must be one of [SEATED, DINING, FINALISED, CLOSING]"
}