PUT https://api.slive.app/channel/<channelId>/games
Setze das Spiel, welches du über das Overlay anzeigen lassen kannst.
Beim ändern lädt dein Overlay automatisch neu und zeigt deine Auswahl an.
| Name | Type | Description |
|---|---|---|
| channelId* | String |
| Name | Type | Description |
|---|---|---|
| Authorization* | Bearer |
| Name | Type | Description |
|---|---|---|
| id* | String | ID des Games |
{% tabs %} {% tab title="200: OK " %}
{
"id": "app.slive.game.default"
}{% endtab %}
{% tab title="401: Unauthorized " %}
{
"code": 401,
"message": "Authorization has failed - invalid Bearer token"
}{% endtab %}
{% tab title="404: Not Found " %}
{
"code": 404,
"message": "Game not found"
}{% endtab %} {% endtabs %}