APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Pullscreate Review Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Pullscreate Review 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",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/pulls/{pull_number}/reviews",
  "summary": "APIs.io Engineering Platform Create a review for a pull request",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "commit_id": "ecdd80bb57125d7ba9641ffaa4d7d2c19d3f3091",
        "body": "This is close to perfect! Please address the suggested inline change.",
        "event": "REQUEST_CHANGES",
        "comments": [
          {
            "path": "file.md",
            "position": 6,
            "body": "Please add more information here, and fix this typo."
          }
        ]
      }
    }
  ],
  "responseExamples": []
}