Skip to main content
PATCH
/
libraries
/
{libraryId}
/
players
/
{playerId}
/
mark-as-default
Mark Player As Default
curl --request PATCH \
  --url https://api.tenbyte.io/v1/stream/libraries/{libraryId}/players/{playerId}/mark-as-default \
  --header 'Authorization: Bearer <token>'
{
  "message": "Player Updated Successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

libraryId
string
required

Unique identifier of the library.

playerId
string
required

Unique identifier of the targeted player resource.

Response

message
string
required
success
boolean
required