Update a collection
PUT
https://api.getpostman.com/collections/{{collectionId}}
curl -X PUT 'https://api.getpostman.com/collections/collectionId' -H 'Content-Type: application/json' -d '{"collection":{"info":{"name":"collectionName","schema":"collectionSchemaUrl"},"item":[{"request":{}}]}}'