{ "opencollection": "1.0.0", "info": { "name": "MyCase Open Case Stages Events API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Update an Individual Event", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.mycase.com/events/:eventId", "params": [ { "name": "eventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing calendar event subject to user/firm privileges. Documented at https://mycaseapi.stoplight.io/docs/mycase-api-documentation/4f98681f0927b-update-an-individual-event." } ] } ], "bundled": true }