Skip to main content
PATCH
/
libraries
/
{libraryId}
/
transcoding
/
profiles
/
{profileId}
/
default
Mark Default Transcoding Profile
curl --request PATCH \
  --url https://api.tenbyte.io/v1/stream/libraries/{libraryId}/transcoding/profiles/{profileId}/default \
  --header 'Authorization: Bearer <token>'
{
  "message": "Transcoding profile 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.

profileId
string
required

Unique identifier of the targeted transcoding profile resource.

Response

message
string
required
success
boolean
required