{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists subscription-plans API", "version": "1.0.0" }, "items": [ { "info": { "name": "subscription-plans", "type": "folder" }, "items": [ { "info": { "name": "create_a_subscription_plan", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/subscriptions/plans", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a subscription Plan" }, { "info": { "name": "update_a_subscription_plan", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/subscriptions/plans/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a subscription Plan" } ] } ], "bundled": true }