iNaturalist · Example Payload

Put Observation_Field_Values Id

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Put Observation_Field_Values 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_field_values-id",
  "method": "PUT",
  "path": "/observation_field_values/{id}",
  "summary": "Observation Field Value Update",
  "parameters": [
    {
      "$ref": "#/parameters/path_id"
    },
    {
      "name": "body",
      "in": "body",
      "description": "Observation field value object",
      "schema": {
        "$ref": "#/definitions/PostObservationFieldValue"
      }
    }
  ],
  "exampleResponse": null
}