{ "opencollection": "1.0.0", "info": { "name": "DreamFactory System Admin Limit API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-DreamFactory-Session-Token", "value": "{{X-DreamFactory-Session-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Limit", "type": "folder" }, "items": [ { "info": { "name": "DreamFactory List API limits", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/api/v2/system/limit", "params": [ { "name": "fields", "value": "", "type": "query", "description": "Comma-delimited list of fields to return." }, { "name": "filter", "value": "", "type": "query", "description": "SQL-like filter to limit results." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return." }, { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip for pagination." } ] }, "docs": "Retrieve a list of API rate limits." }, { "info": { "name": "DreamFactory Create API limit", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}/api/v2/system/limit", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new API rate limit." }, { "info": { "name": "DreamFactory Get API limit", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/api/v2/system/limit/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "Retrieve a specific API limit by ID." }, { "info": { "name": "DreamFactory Update API limit", "type": "http" }, "http": { "method": "PATCH", "url": "https://{instance}/api/v2/system/limit/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific API limit by ID." }, { "info": { "name": "DreamFactory Delete API limit", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}/api/v2/system/limit/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "Delete a specific API limit by ID." }, { "info": { "name": "DreamFactory List limit cache", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}/api/v2/system/limit_cache" }, "docs": "Retrieve current limit volume levels to check how close limits are to being reached." }, { "info": { "name": "DreamFactory Reset limit counters", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}/api/v2/system/limit_cache" }, "docs": "Reset limit counters manually." } ] } ], "bundled": true }