APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Enterprise Adminstart Pre Receive Environment Download Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Enterprise Adminstart Pre Receive Environment Download 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/start-pre-receive-environment-download",
  "method": "POST",
  "path": "/admin/pre-receive-environments/{pre_receive_environment_id}/downloads",
  "summary": "APIs.io Engineering Platform Start a pre-receive environment download",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "422",
      "contentType": "application/json",
      "name": "client-errors",
      "example": {
        "message": "Validation Failed",
        "errors": [
          {
            "resource": "PreReceiveEnvironment",
            "code": "custom",
            "message": "Can not start a new download when a download is in progress"
          }
        ]
      }
    }
  ]
}