{ "opencollection": "1.0.0", "info": { "name": "Tessell APIs activity-center security-profiles-acls API", "version": "1.0" }, "items": [ { "info": { "name": "security-profiles-acls", "type": "folder" }, "items": [ { "info": { "name": "Create or update the Security Profile ACLs", "type": "http" }, "http": { "method": "PATCH", "url": "{server}/security-config/security-profiles/:id/acls", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of entity" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or update the Security Profile ACLs" }, { "info": { "name": "Revoke Security Profile Acls", "type": "http" }, "http": { "method": "DELETE", "url": "{server}/security-config/security-profiles/:id/acls", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of entity" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Revoke Security Profile Acls" }, { "info": { "name": "Get eligible users for a Security Profile", "type": "http" }, "http": { "method": "GET", "url": "{server}/security-config/security-profiles/:id/acls/eligible-users", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of entity" } ] }, "docs": "Get eligible users for a Security Profile" } ] } ], "bundled": true }