diff --git a/index.html b/index.html index e1bc53c..6e7dc57 100644 --- a/index.html +++ b/index.html @@ -808,7 +808,7 @@
PUT
method requests to create or replace the resource state. Creating a new resource requires acl:Append
and/or acl:Write
access to the container as well as acl:Write
access to the (new) resource. Replacing an existing resource requires only acl:Write
access to the resource itself.PATCH
PATCH
method request depends on the request semantics and content, acl:Append
can allow requests to insert but not delete operations, whereas acl:Write
would allow both operations. To create a new resource, acl:Append
or acl:Write
access mode to the container is additionally required.PATCH
method request depends on the request semantics and content, acl:Append
can allow requests to insert but not delete operations, whereas acl:Write
would allow both operations. To create a new resource, acl:Append
or acl:Write
access mode to the container is additionally required.DELETE
DELETE
method requests to remove a resource, the acl:Write
access mode would be required.