iNaturalist · Example Payload

Post Comments

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Post Comments is an example object payload from iNaturalist, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryparametersexampleResponse

Example Payload

Raw ↑
{
  "operationId": "post-comments",
  "method": "POST",
  "path": "/comments",
  "summary": "Comment Create",
  "parameters": [
    {
      "name": "body",
      "in": "body",
      "description": "Comment object",
      "schema": {
        "$ref": "#/definitions/PostComment"
      }
    }
  ],
  "exampleResponse": null
}