iNaturalist · Example Payload

Put Observation_Photos Id

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Put Observation_Photos 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-observation_photos-id",
  "method": "PUT",
  "path": "/observation_photos/{id}",
  "summary": "Observation Photo Update",
  "parameters": [
    {
      "$ref": "#/parameters/path_id"
    },
    {
      "name": "observation_photo[position]",
      "in": "formData",
      "description": "Position in which the photo is displayed for the observation",
      "type": "integer"
    },
    {
      "name": "file",
      "in": "formData",
      "description": "The photo",
      "type": "file"
    }
  ],
  "exampleResponse": null
}