{ "opencollection": "1.0.0", "info": { "name": "Brickwork Admin Appointments Store Events API", "version": "v3" }, "items": [ { "info": { "name": "Store Events", "type": "folder" }, "items": [ { "info": { "name": "Create RSVP for a Store Event", "type": "http" }, "http": { "method": "POST", "url": "https://production.brickworksoftware.com/events/:store_event_id/rsvps", "params": [ { "name": "store_event_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create RSVP for a Store Event" } ] } ], "bundled": true }