{ "opencollection": "1.0.0", "info": { "name": "Skilljar Assets License Packages API", "version": "1.0.0" }, "items": [ { "info": { "name": "License Packages", "type": "folder" }, "items": [ { "info": { "name": "license_packages_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/license-packages", "params": [ { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results to return per page." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List license packages." }, { "info": { "name": "license_packages_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/license-packages", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new license package." }, { "info": { "name": "license_packages_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/license-packages/:license_package_id", "params": [ { "name": "license_package_id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve details for a specific license package." }, { "info": { "name": "license_packages_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/license-packages/:license_package_id", "params": [ { "name": "license_package_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an existing license package." }, { "info": { "name": "license_packages_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/license-packages/:license_package_id", "params": [ { "name": "license_package_id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a license package." } ] } ], "bundled": true }