allowPatch


Allow HTTP requests using the PATCH method. By default, GET, HEAD, and OPTIONS requests are allowed, and all other methods result in a 501 error. Such content does not cache, and any PATCH requests pass to the origin. See also the allow​Delete, allow​Options, allow​Post, and allow​Put behaviors.

OptionTypeDescriptionRequires
enabledboolean

Allows PATCH requests. Content does not cache.

{"displayType":"boolean","tag":"input","type":"checkbox"}