From 4b8d1a03d29415470379195b2dc846f2143aa29a Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Sat, 25 Jun 2022 17:28:45 +0200 Subject: [PATCH] Clarify append vs write to create, fix #105 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 190834fa..bfe4bd75 100644 --- a/index.html +++ b/index.html @@ -764,7 +764,7 @@

Reading and Writing Resources

Working alongside HTTP Interactions, WAC enables a standard set of operations which can be applied to different resource types for a given request based on the set of access modes which control those operations:

-

Generally: read operations attempt to confirm the existence of a resource or to view the contents of a resource; write operations attempt to create, delete, or modify resources; append operations attempt to create resources or add information to existing resources; and control operations attempt to view, create, delete, or modify ACL resources.

+

Generally: read operations attempt to confirm the existence of a resource or to view the contents of a resource; write operations attempt to create (and name), delete, or modify resources; append operations attempt to create (but not name) resources or add information to existing resources; and control operations attempt to view, create, delete, or modify ACL resources.

As container resources and member resources are hierarchically organised, requests to perform operations on resources are in the context of the applicable container (Effective ACL Resource).