Skip to content

Update a provider profile

PUT
/api/v1/provider_profiles/{id}

Set the default provider profiles for streaming, downloading. Note that clients may choose to override their own defaults.

Parameters

Path Parameters

id*

Provider ID

Type
integer
Required

Request Body

application/json
JSON
{
  
"is_default_downloading": true,
  
"is_default_streaming": true
}

Responses

OK

application/json
JSON
"string"

Playground

Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI