Favorit

Ändere deine Favoriten

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

Wenn du diesen Endpoint aufrufst, switchst du den Wert in unserer Datenbank. Achte daher darauf, welche Informationen du in der Response erhältst.

Path Parameters

Name
Type
Description

channelId*

String

Headers

Name
Type
Description

Authorization*

Bearer

Request Body

Name
Type
Description

id*

String

ID des Moduls

type*

String

Typ des Moduls [game, tool, background, event]

{
	"id": "app.slive.tool.clips",
	"type": "tool",
	"added": true,
	"removed": false,
	"favs": {
		"games": [
			"de.thejocraft.game.villager"
		],
		"events": [],
		"tools": [
			"app.slive.tool.default",
			"app.slive.tool.clips"
		],
		"backgrounds": []
	}
}

Last updated

Was this helpful?