APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Actionscreate Workflow Dispatch Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Actionscreate Workflow Dispatch 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": "actions/create-workflow-dispatch",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches",
  "summary": "APIs.io Engineering Platform Create a workflow dispatch event",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "ref": "topic-branch",
        "inputs": {
          "name": "Mona the Octocat",
          "home": "San Francisco, CA"
        }
      }
    }
  ],
  "responseExamples": []
}