iNaturalist · Example Payload

Put Flags Id

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Put Flags 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-flags-id",
  "method": "PUT",
  "path": "/flags/{id}",
  "summary": "Flag Update",
  "parameters": [
    {
      "$ref": "#/parameters/path_id"
    },
    {
      "name": "body",
      "in": "body",
      "schema": {
        "$ref": "#/definitions/PutFlag"
      }
    }
  ],
  "exampleResponse": null
}