iNaturalist · Example Payload

Post Votes Vote Annotation Id

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Post Votes Vote Annotation Id 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-votes-vote-annotation-id",
  "method": "POST",
  "path": "/votes/vote/annotation/{id}",
  "summary": "Annotation Vote",
  "parameters": [
    {
      "$ref": "#/parameters/annotation_path_id"
    },
    {
      "name": "body",
      "in": "body",
      "description": "Vote object",
      "schema": {
        "$ref": "#/definitions/PostVote"
      }
    }
  ],
  "exampleResponse": null
}