iNaturalist · Example Payload

Put Project_Observations Id

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Put Project_Observations 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-project_observations-id",
  "method": "PUT",
  "path": "/project_observations/{id}",
  "summary": "Project Observation Update",
  "parameters": [
    {
      "$ref": "#/parameters/path_id"
    },
    {
      "name": "body",
      "in": "body",
      "description": "Comment object",
      "schema": {
        "$ref": "#/definitions/UpdateProjectObservation"
      }
    }
  ],
  "exampleResponse": null
}