From f123d34e12caeb0315ffc14c8ebf176804247346 Mon Sep 17 00:00:00 2001 From: Gretchen Miller Date: Mon, 23 Sep 2024 15:30:25 -0700 Subject: [PATCH] WT-2955 fix RST formatting pt. 3 --- api.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/api.rst b/api.rst index 9e3c973..ae30c55 100644 --- a/api.rst +++ b/api.rst @@ -199,6 +199,7 @@ There are two expected keys in a MIME type filter block: * ``type``: The type of filtering logic to apply. Two values are supported. Valid values for ``type`` key: + * ``REJECT``: Any Content-Type header value matching the regex will be rejected. * ``LIMIT``: Only Content-Type values matching the regex will be allowed.