APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Actionsreview Pending Deployments For Run Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Actionsreview Pending Deployments For Run 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/review-pending-deployments-for-run",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments",
  "summary": "APIs.io Engineering Platform Review pending deployments for a workflow run",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "environment_ids": [
          161171787
        ],
        "state": "approved",
        "comment": "Ship it!"
      }
    }
  ],
  "responseExamples": []
}