{ "opencollection": "1.0.0", "info": { "name": "Flowable REST Access Tokens EngineProperties API", "version": "v1" }, "items": [ { "info": { "name": "EngineProperties", "type": "folder" }, "items": [ { "info": { "name": "Get all engine properties", "type": "http" }, "http": { "method": "GET", "url": "/flowable-rest/service/management/engine-properties", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get all engine properties" }, { "info": { "name": "Create a new engine property", "type": "http" }, "http": { "method": "POST", "url": "/flowable-rest/service/management/engine-properties", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new engine property" }, { "info": { "name": "Update an engine property", "type": "http" }, "http": { "method": "PUT", "url": "/flowable-rest/service/management/engine-properties/:engineProperty", "params": [ { "name": "engineProperty", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an engine property" }, { "info": { "name": "Delete an engine property", "type": "http" }, "http": { "method": "DELETE", "url": "/flowable-rest/service/management/engine-properties/:engineProperty", "params": [ { "name": "engineProperty", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete an engine property" } ] } ], "bundled": true }