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: ebe8bac0-eaef-4548-8b59-96c9ec38a22b' \ --header 'X-Auth-LibraryId: 89898172-d32b-49f8-a94a-bdf0c6ca1bd9' \ --header 'X-Auth-ApiKey: pEBPYVUNMbP7uDsb0W2h3oTjpEqr32fFh/3TNUhvFcJt7/J/hyV+5LctVWONgzaw+w+PpQ' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "new Updat" }'
{}