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
Requiredinteger
Request Body
application/json
JSON "is_default_downloading": true, "is_default_streaming": true
{
}
Responses
OK
application/json
JSON
"string"