{ "opencollection": "1.0.0", "info": { "name": "Kion Cloud Operations Accounts Permission Mappings API", "version": "3.10.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Permission Mappings", "type": "folder" }, "items": [ { "info": { "name": "Kion List project permission mappings", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/project/:id/permission-mapping", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Returns permission mappings for a specific project." }, { "info": { "name": "Kion Create a project permission mapping", "type": "http" }, "http": { "method": "POST", "url": "https://{kion-instance}/api/v3/project/:id/permission-mapping", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a permission mapping on a project." }, { "info": { "name": "Kion List OU permission mappings", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/ou/:id/permission-mapping", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Returns permission mappings for a specific OU." }, { "info": { "name": "Kion Create an OU permission mapping", "type": "http" }, "http": { "method": "POST", "url": "https://{kion-instance}/api/v3/ou/:id/permission-mapping", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a permission mapping on an OU." }, { "info": { "name": "Kion List funding source permission mappings", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/funding-source/:id/permission-mapping", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Returns permission mappings for a specific funding source." }, { "info": { "name": "Kion Create a funding source permission mapping", "type": "http" }, "http": { "method": "POST", "url": "https://{kion-instance}/api/v3/funding-source/:id/permission-mapping", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a permission mapping on a funding source." }, { "info": { "name": "Kion List global permission mappings", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/global-permission-mapping" }, "docs": "Returns a list of all global permission mappings." }, { "info": { "name": "Kion Create a global permission mapping", "type": "http" }, "http": { "method": "POST", "url": "https://{kion-instance}/api/v3/global-permission-mapping", "body": { "type": "json", "data": "{}" } }, "docs": "Kion Create a global permission mapping" }, { "info": { "name": "Kion Get a global permission mapping", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/global-permission-mapping/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Kion Get a global permission mapping" }, { "info": { "name": "Kion Update a global permission mapping", "type": "http" }, "http": { "method": "PATCH", "url": "https://{kion-instance}/api/v3/global-permission-mapping/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Kion Update a global permission mapping" }, { "info": { "name": "Kion Delete a global permission mapping", "type": "http" }, "http": { "method": "DELETE", "url": "https://{kion-instance}/api/v3/global-permission-mapping/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Kion Delete a global permission mapping" } ] } ], "bundled": true }