Skip to content

Commit

Permalink
Merge pull request solid#200 from Otto-AA/patch-1
Browse files Browse the repository at this point in the history
Change ambiguous PUT description in api-rest.md
  • Loading branch information
kjetilk authored Jul 8, 2019
2 parents b941ff7 + 1db9b1c commit 103b1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ More examples can be found in the LDP [Primer document](http://www.w3.org/TR/ldp

#### HTTP PUT to create

An alternative (though not standard) way of creating new resources is to use
An alternative (though not common) way of creating new resources is to use
HTTP PUT. Although HTTP PUT is commonly used to overwrite resources, this way is
usually preferred when creating new non-RDF resources (i.e. using a mime type
different than `text/turtle`).
Expand Down Expand Up @@ -392,4 +392,4 @@ Servers SHOULD send a WAC-Allow response header on HEAD and GET, with a value li
```http
WAC-Allow: user="read write append control",public="read"
```
In general, the format is `user="` + user-permissions = `",public="` + public-permissions + `"`. User-permissions and public-permissions should both be space-separated lists, containing a subset of ['read', 'write', 'append', 'control']. If 'write' is present then 'append' should also be present.
In general, the format is `user="` + user-permissions = `",public="` + public-permissions + `"`. User-permissions and public-permissions should both be space-separated lists, containing a subset of ['read', 'write', 'append', 'control']. If 'write' is present then 'append' should also be present.

0 comments on commit 103b1e0

Please sign in to comment.