Authorization: Bearer ********************
{ "description": "Hello", "label": "Hello", "is_http2": false, "is_livestream": false, "is_redirect_http_to_https": false, "status": "active" }
curl --location --request PUT 'https://apistream.gotipath.com/v1/distributions/1b2cdf91-503d-4f53-af9f-7ddf05743516' \ --header 'X-Auth-ClientId;' \ --header 'X-Auth-LibraryId;' \ --header 'X-Auth-ApiKey;' \ --header 'Content-Type: application/json' \ --data-raw '{ "description": "Hello", "label": "Hello", "is_http2": false, "is_livestream": false, "is_redirect_http_to_https": false, "status": "active" }'
{}