inaturalistjs
    Preparing search index...

    Type Alias PutObservationPhotosByIdData

    type PutObservationPhotosByIdData = {
        body?: { file?: Blob | File; observationPhotoPosition?: number };
        path: { id: number };
        query?: never;
        url: "/observation_photos/{id}";
    }
    Index

    Properties

    Properties

    body?: { file?: Blob | File; observationPhotoPosition?: number }

    Type declaration

    • Optionalfile?: Blob | File

      The photo

    • OptionalobservationPhotoPosition?: number

      Position in which the photo is displayed for the observation

    path: { id: number }

    Type declaration

    • id: number

      ID of the record

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