APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Gistscreate Comment Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Gistscreate 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": "gists/create-comment",
  "method": "POST",
  "path": "/gists/{gist_id}/comments",
  "summary": "APIs.io Engineering Platform Create a gist comment",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "body": "This is a comment to a gist"
      }
    }
  ],
  "responseExamples": []
}