The booth/cycle endpoint enables you to decide whether the waitlist should cycle or not.
Note: You need to have sufficient permissions in the room to access this resource.
booth/cycle
PUT
shouldCycle: Should the booth cycle?
{
"shouldCycle": false
}Insufficient permissions
{
"data": [
"You are not authorized to access this resource."
],
"status": "notAuthorized",
}shouldCycle is missing
{
"data": [
"shouldCycle is required"
],
"status": "requestError",
}{
'data': [],
'meta': {},
'status': 'ok',
'time': 'xx.xxxxxxxxxxx'
}