APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Pullscreate Review Comment Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Pullscreate Review 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": "pulls/create-review-comment",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/pulls/{pull_number}/comments",
  "summary": "APIs.io Engineering Platform Create a review comment for a pull request",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "example-for-a-multi-line-comment",
      "example": {
        "body": "Great stuff!",
        "commit_id": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
        "path": "file1.txt",
        "start_line": 1,
        "start_side": "RIGHT",
        "line": 2,
        "side": "RIGHT"
      }
    }
  ],
  "responseExamples": []
}