Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.35 KB

File metadata and controls

54 lines (42 loc) · 1.35 KB

Backgrounds

Ändere deinen Background

PUT https://api.slive.app/channel/<channelId>/backgrounds

Setze den Hintergrund, welches du über das Overlay anzeigen lassen kannst.
Beim ändern lädt dein Overlay automatisch neu und zeigt deine Auswahl an.

Path Parameters

Name Type Description
channelId* String

Headers

Name Type Description
Authorization* Bearer

Request Body

Name Type Description
id* String ID des Backgrounds

{% tabs %} {% tab title="200: OK " %}

{
	"id": "app.slive.background.default"
}

{% endtab %}

{% tab title="401: Unauthorized " %}

{
	"code": 401,
	"message": "Authorization has failed - invalid Bearer token"
}

{% endtab %}

{% tab title="404: Not Found " %}

{
	"code": 404,
	"message": "Background not found"
}

{% endtab %} {% endtabs %}