APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposcreate Commit Comment Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposcreate Commit Comment 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-commit-comment",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/commits/{commit_sha}/comments",
  "summary": "APIs.io Engineering Platform Create a commit comment",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "body": "Great stuff",
        "path": "file1.txt",
        "position": 4,
        "line": 1
      }
    }
  ],
  "responseExamples": []
}