{ "opencollection": "1.0.0", "info": { "name": "Untitled CodeSystem Subscription API", "version": "unspecified" }, "items": [ { "info": { "name": "Subscription", "type": "folder" }, "items": [ { "info": { "name": "POST /Subscription/$trigger-subscription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/Subscription/$trigger-subscription", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /Subscription/{id}/$trigger-subscription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/Subscription/:id/$trigger-subscription", "params": [ { "name": "id", "value": "123", "type": "path", "description": "The resource ID" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }