{ "opencollection": "1.0.0", "info": { "name": "Nebraska Activity Instances API", "version": "0.0.1" }, "items": [ { "info": { "name": "Instances", "type": "folder" }, "items": [ { "info": { "name": "updateInstance", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/instances/:instanceID", "params": [ { "name": "instanceID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "update instance" } ] } ], "bundled": true }