{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup Plugin API", "version": "core" }, "items": [ { "info": { "name": "Plugin", "type": "folder" }, "items": [ { "info": { "name": "PUT /services/api/plugins/update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/services/api/plugins/update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "PUT /plugins/update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/plugins/update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /services/api/plugins/run-ui-component", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/services/api/plugins/run-ui-component", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /plugins/run-ui-component", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/plugins/run-ui-component", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }