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