Property Manager Name: Allow PATCH
Allow HTTP requests using the PATCH method. By default, GET, HEAD, and OPTIONS requests are allowed, and all other methods result in a 403 error. Such content does not cache, and any PATCH requests pass to the origin. See also the allowDelete, allowOptions, allowPost, and allowPut behaviors.
Options
- enabled (boolean): When enabled, allows PATCH requests. Content does not cache.