APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reactionscreate For Pull Request Review Comment Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reactionscreate For Pull Request 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": "reactions/create-for-pull-request-review-comment",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions",
  "summary": "APIs.io Engineering Platform Create reaction for a pull request review comment",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "content": "heart"
      }
    }
  ],
  "responseExamples": []
}