APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposcreate Dispatch Event Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposcreate Dispatch Event 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": "repos/create-dispatch-event",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/dispatches",
  "summary": "APIs.io Engineering Platform Create a repository dispatch event",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "event_type": "on-demand-test",
        "client_payload": {
          "unit": false,
          "integration": true
        }
      }
    }
  ],
  "responseExamples": []
}