iNaturalist · Example Payload

Put Users Update_Session

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Put Users Update_Session 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-users-update_session",
  "method": "PUT",
  "path": "/users/update_session",
  "summary": "User Update Session",
  "parameters": [
    {
      "name": "body",
      "in": "body",
      "description": "Comment object",
      "schema": {
        "$ref": "#/definitions/PostUserUpdateSession"
      }
    }
  ],
  "exampleResponse": null
}