{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin customRole API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "customRole", "type": "folder" }, "items": [ { "info": { "name": "customRole-all", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/customRole.all" } }, { "info": { "name": "customRole-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/customRole.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "customRole-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/customRole.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "customRole-remove", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/customRole.remove", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "customRole-membersByRole", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/customRole.membersByRole", "params": [ { "name": "roleName", "value": "", "type": "query" } ] } }, { "info": { "name": "customRole-getStatements", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/customRole.getStatements" } } ] } ], "bundled": true }