{ "opencollection": "1.0.0", "info": { "name": "appointments adopt adopt update API", "version": "3.0.0" }, "items": [ { "info": { "name": "adopt update", "type": "folder" }, "items": [ { "info": { "name": "Update the description of a pet available for adoption", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/pets/:petId", "headers": [ { "name": "Request-Id", "value": "" }, { "name": "Subscription-Id", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "petId", "value": "", "type": "path", "description": "The unique identifier of a pet adoption record." } ] }, "docs": "Update the description of a pet available for adoption" } ] } ], "bundled": true }