iNaturalist · Example Payload

Put Observations Id Viewed_Updates

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Put Observations Id Viewed_Updates 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": "put-observations-id-viewed_updates",
  "method": "PUT",
  "path": "/observations/{id}/viewed_updates",
  "summary": "Observation Field Value Update",
  "parameters": [
    {
      "$ref": "#/parameters/path_id"
    }
  ],
  "exampleResponse": null
}