{ "opencollection": "1.0.0", "info": { "name": "Lightrun Actions License API", "version": "v1" }, "items": [ { "info": { "name": "License", "type": "folder" }, "items": [ { "info": { "name": "Get the license for an organization", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8090/api/v1/license", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the company license.\n\n**Required API permission level:** `COMPANY`" }, { "info": { "name": "Update the company license", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8090/api/v1/license", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update the company license.\n\n**Required API permission level:** `COMPANY`" } ] } ], "bundled": true }