APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposcreate Deployment Status Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposcreate Deployment Status 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-deployment-status",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/deployments/{deployment_id}/statuses",
  "summary": "APIs.io Engineering Platform Create a deployment status",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "environment": "production",
        "state": "success",
        "log_url": "https://example.com/deployment/42/output",
        "description": "Deployment finished successfully."
      }
    }
  ],
  "responseExamples": []
}