Variable entry_post_typeConst

entry_post_type: TUnion<
    [
        TLiteral<"acquisition">,
        TLiteral<"article">,
        TLiteral<"audio">,
        TLiteral<"bookmark">,
        TLiteral<"bucketlist">,
        TLiteral<"checkin">,
        TLiteral<"chicken">,
    ],
> = ...

Micropub post type.

Use h for an x-www-form-urlencoded or multipart/form-data requests. Use type for an application/json requests.

A few POST body property names are reserved when requests are sent as x-www-form-urlencoded or multipart/form-data.