inaturalistjs
    Preparing search index...

    Type Alias PutCommentsByIdData

    type PutCommentsByIdData = {
        body?: PostComment;
        path: { id: number };
        query?: never;
        url: "/comments/{id}";
    }
    Index

    Properties

    Properties

    Comment object

    path: { id: number }

    Type declaration

    • id: number

      ID of the record

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