{ "opencollection": "1.0.0", "info": { "name": "GitHub Setup Upgrade API", "version": "1.1.4" }, "items": [ { "info": { "name": "Upgrade", "type": "folder" }, "items": [ { "info": { "name": "GitHub Upgrade License", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}/api/v3/setup/api/upgrade", "body": { "type": "multipart-form", "data": [ { "name": "license", "type": "text", "value": "" } ] } }, "docs": "This API upgrades your license and also triggers the configuration process.\n\n**Note:** The request body for this operation must be submitted as `multipart/form-data` data. You can can reference the license file by prefixing the filename with the `@` symbol using `curl`. For more information, see the [`curl` documentation](https://curl.se/docs/manpage.html#-F)." } ] } ], "bundled": true }