{ "opencollection": "1.0.0", "info": { "name": "Cerbos PDP REST Admin Audit Admin Schemas API", "version": "0.x" }, "items": [ { "info": { "name": "Admin Schemas", "type": "folder" }, "items": [ { "info": { "name": "Get schema by id", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3592/admin/schema", "params": [ { "name": "id", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get schema by id" }, { "info": { "name": "Add or update JSON schemas", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:3592/admin/schema", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Add or update JSON schemas" }, { "info": { "name": "Delete schemas", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:3592/admin/schema", "params": [ { "name": "id", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete schemas" }, { "info": { "name": "List schemas", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3592/admin/schemas", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List schemas" } ] } ], "bundled": true }