{ "opencollection": "1.0.0", "info": { "name": "Config V1 Bucket LogAllocationConfig API", "version": "v1" }, "items": [ { "info": { "name": "LogAllocationConfig", "type": "folder" }, "items": [ { "info": { "name": "ReadLogAllocationConfig", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/config/log-allocation-config" } }, { "info": { "name": "CreateLogAllocationConfig", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/config/log-allocation-config", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "UpdateLogAllocationConfig", "type": "http" }, "http": { "method": "PUT", "url": "/api/v1/config/log-allocation-config", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DeleteLogAllocationConfig", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/config/log-allocation-config" } } ] } ], "bundled": true }