Authorization: Bearer ********************
{ "name": "new Updat" }
curl --location --request PUT 'https://apistream.gotipath.com/v1/libraries/130ae9f2-1b4e-40c8-91de-69021c051d10/collections/2ca20dc1-aebe-48b9-bb83-d15ff097e103' \ --header 'X-Auth-ClientId;' \ --header 'X-Auth-LibraryId;' \ --header 'X-Auth-ApiKey;' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "new Updat" }'
{}