Property Manager Name: Allow PUT
Allow HTTP requests using the PUT 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 PUT requests pass to the origin. See also the allowDelete, allowOptions, allowPatch, and allowPost behaviors.
Options
- enabled (boolean): When enabled, allows PUT requests. Content does not cache.