iNaturalist · Example Payload

Post Users Id Mute

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Post Users Id Mute 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": "post-users-id-mute",
  "method": "POST",
  "path": "/users/{id}/mute",
  "summary": "Mute a User",
  "parameters": [
    {
      "$ref": "#/parameters/path_id"
    }
  ],
  "exampleResponse": null
}