APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Enterprise Admincreate Enterprise Server License Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Enterprise Admincreate Enterprise Server License 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/create-enterprise-server-license",
  "method": "POST",
  "path": "/setup/api/start",
  "summary": "APIs.io Engineering Platform Create a GitHub license",
  "requestExamples": [
    {
      "contentType": "multipart/form-data",
      "name": "default",
      "example": {
        "license": "@enterprise.ghl",
        "password": "secret"
      }
    }
  ],
  "responseExamples": []
}