APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Actionsre Run Workflow Failed Jobs Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Actionsre Run Workflow Failed Jobs 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/re-run-workflow-failed-jobs",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs",
  "summary": "APIs.io Engineering Platform Re-run failed jobs from a workflow run",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": null
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "default",
      "example": null
    }
  ]
}