The create tests currently test if Write on the resource (and Write or Append on the container) is required to create a non-existing resource. But the spec says "write operations attempt to create, delete, or modify resources; append operations attempt to create resources or add information to existing resources" so append on the resource should be enough.
The create tests currently test if Write on the resource (and Write or Append on the container) is required to create a non-existing resource. But the spec says "write operations attempt to create, delete, or modify resources; append operations attempt to create resources or add information to existing resources" so append on the resource should be enough.