APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Gistscreate Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Gistscreate 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",
  "method": "POST",
  "path": "/gists",
  "summary": "APIs.io Engineering Platform Create a gist",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "description": "Example of a gist",
        "public": false,
        "files": {
          "README.md": {
            "content": "Hello World"
          }
        }
      }
    }
  ],
  "responseExamples": []
}