- Property Manager name: Allow PUT
- Behavior version: The
latest
rule format supports theallowPut
behavior v1.2. - Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for
latest
rule format
Allow HTTP requests using the PUT 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 PUT requests pass to the origin. See also the allowDelete
, allowOptions
, allowPatch
, and allowPost
behaviors.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Allows PUT requests. Content does not cache. | {"displayType":"boolean","tag":"input","type":"checkbox"} |