inaturalistjs
    Preparing search index...

    Function putIdentificationsById

    • Identification Update Update an identification. Note that to "withdraw" an observation you send a PUT request to this endpoint and set the current attribute to false. To "restore" it you do the same but set current to true. Only one identification by a given user can be current for a given observation, so if you "restore" one all the other identifications by the authenticated user for the given observation will be withdrawn.

      Type Parameters

      • ThrowOnError extends boolean = false

      Returns RequestResult<unknown, unknown, ThrowOnError>