APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Enterprise Admincreate Pre Receive Environment Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Enterprise Admincreate Pre Receive Environment 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-pre-receive-environment",
  "method": "POST",
  "path": "/admin/pre-receive-environments",
  "summary": "APIs.io Engineering Platform Create a pre-receive environment",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "name": "DevTools Hook Env",
        "image_url": "https://my_file_server/path/to/devtools_env.tar.gz"
      }
    }
  ],
  "responseExamples": []
}