ts-mailcow-api
    Preparing search index...

    Type Alias CorsAllowedMethod

    CorsAllowedMethod: "GET" | "POST" | "PUT" | "DELETE"

    HTTP methods the Mailcow API's CORS handling will allow. functions.inc.php's cors('edit', ...) validates allowed_methods against exactly these four -- there is no PATCH or OPTIONS.