APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Enterprise Adminset Settings Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Enterprise Adminset Settings Example is an example object payload from APIs.io Engineering Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "enterprise-admin/set-settings",
  "method": "PUT",
  "path": "/setup/api/settings",
  "summary": "APIs.io Engineering Platform Set settings",
  "requestExamples": [
    {
      "contentType": "application/x-www-form-urlencoded",
      "name": "204",
      "example": {
        "settings": "{ \"enterprise\": { \"public_pages\": true }}"
      }
    }
  ],
  "responseExamples": []
}