{ "opencollection": "1.0.0", "info": { "name": "GitHub Setup Modes API", "version": "1.1.4" }, "items": [ { "info": { "name": "Modes", "type": "folder" }, "items": [ { "info": { "name": "GitHub Enable or Disable Maintenance Mode", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}/api/v3/setup/api/maintenance", "body": { "type": "form-urlencoded", "data": [ { "name": "maintenance", "value": "" } ] } }, "docs": "**Note:** The request body for this operation must be submitted as `application/x-www-form-urlencoded` data. You can submit a parameter value as a string, or you can use a tool such as `curl` to submit a parameter value as the contents of a text file. For more information, see the [`curl` documentation](https://curl.se/docs/manpage.html#--data-urlencode)." } ] } ], "bundled": true }