{ "opencollection": "1.0.0", "info": { "name": "Codefresh REST Access Control API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Access Control", "type": "folder" }, "items": [ { "info": { "name": "List ABAC rules", "type": "http" }, "http": { "method": "GET", "url": "https://g.codefresh.io/api/abac" }, "docs": "List ABAC rules" }, { "info": { "name": "Create an ABAC rule", "type": "http" }, "http": { "method": "POST", "url": "https://g.codefresh.io/api/abac", "body": { "type": "json", "data": "{}" } }, "docs": "Create an ABAC rule" }, { "info": { "name": "Batch create or delete ABAC rules", "type": "http" }, "http": { "method": "POST", "url": "https://g.codefresh.io/api/abac/batch", "body": { "type": "json", "data": "{}" } }, "docs": "Batch create or delete ABAC rules" }, { "info": { "name": "List rules for a resource", "type": "http" }, "http": { "method": "GET", "url": "https://g.codefresh.io/api/abac/resource/:resource", "params": [ { "name": "resource", "value": "", "type": "path" } ] }, "docs": "List rules for a resource" }, { "info": { "name": "Update tags on an ABAC rule", "type": "http" }, "http": { "method": "POST", "url": "https://g.codefresh.io/api/abac/tags/rule/:rule", "params": [ { "name": "rule", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update tags on an ABAC rule" } ] } ], "bundled": true }