{ "opencollection": "1.0.0", "info": { "name": "Kion Cloud Operations Accounts Compliance Standards API", "version": "3.10.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Compliance Standards", "type": "folder" }, "items": [ { "info": { "name": "Kion List compliance standards", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/compliance-standard" }, "docs": "Returns a list of all compliance standards." }, { "info": { "name": "Kion Create a compliance standard", "type": "http" }, "http": { "method": "POST", "url": "https://{kion-instance}/api/v3/compliance-standard", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new compliance standard." }, { "info": { "name": "Kion Get a compliance standard", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/compliance-standard/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Returns details for a specific compliance standard." }, { "info": { "name": "Kion Update a compliance standard", "type": "http" }, "http": { "method": "PATCH", "url": "https://{kion-instance}/api/v3/compliance-standard/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing compliance standard." }, { "info": { "name": "Kion Delete a compliance standard", "type": "http" }, "http": { "method": "DELETE", "url": "https://{kion-instance}/api/v3/compliance-standard/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Deletes a compliance standard." } ] } ], "bundled": true }