inaturalistjs
    Preparing search index...

    Type Alias PutPostsByIdData

    type PutPostsByIdData = {
        body?: PostPost;
        path: { id: number };
        query?: never;
        url: "/posts/{id}";
    }
    Index

    Properties

    Properties

    body?: PostPost

    Post object

    path: { id: number }

    Type declaration

    • id: number

      ID of the record

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