PUT
/
streaming
/
quality_sets
/
default
curl --request PUT \
  --url https://api.gcore.com/streaming/quality_sets/default \
  --header 'APIKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "live": {
    "id": 77
  },
  "vod": {
    "id": null
  }
}'
{
  "live": [
    {
      "id": 77,
      "name": "Live 4K UHD 60fps AV1 (custom)",
      "default": true,
      "qualities": [
        {
          "id": 1,
          "name": "vod2160n"
        },
        {
          "id": 2,
          "name": "vod1440n"
        }
      ]
    }
  ],
  "vod": []
}

Authorizations

APIKey
string
header
required

API key for authentication.

Body

application/json

Response

200
application/json

Successful

The response is of type object.