APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Checkscreate Suite Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Checkscreate Suite 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": "checks/create-suite",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/check-suites",
  "summary": "APIs.io Engineering Platform Create a check suite",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "head_sha": "d6fde92930d4715a2b49857d24b940956b26d2d3"
      }
    }
  ],
  "responseExamples": []
}