inaturalistjs
    Preparing search index...

    Type Alias PutProjectObservationsByIdData

    type PutProjectObservationsByIdData = {
        body?: UpdateProjectObservation;
        path: { id: number };
        query?: never;
        url: "/project_observations/{id}";
    }
    Index

    Properties

    Properties

    Comment object

    path: { id: number }

    Type declaration

    • id: number

      ID of the record

    query?: never
    url: "/project_observations/{id}"