iNaturalist · Example Payload

Put Identifications Id

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Put Identifications 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": "put-identifications-id",
  "method": "PUT",
  "path": "/identifications/{id}",
  "summary": "Identification Update",
  "parameters": [
    {
      "$ref": "#/parameters/path_id"
    },
    {
      "name": "body",
      "in": "body",
      "description": "Identification object",
      "schema": {
        "$ref": "#/definitions/PostIdentification"
      }
    }
  ],
  "exampleResponse": null
}