Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 463 Bytes

File metadata and controls

34 lines (25 loc) · 463 Bytes

booth/skip/me Endpoint

The booth/skip/me endpoint enables you to skip yourself as the DJ.

Endpoint

booth/skip/me

Method

POST

Possible error messages

Insufficient permissions (not being logged in)

{
    "data": [
        "You are not authorized to access this resource."
    ],
    "status": "notAuthorized",
}

Data returned

{
    'data': [],
    'meta': {},
    'status': 'ok',
    'time': 'xx.xxxxxxxxxxx'
}