Skip to content

Commit

Permalink
Merge pull request #628 from manomayam/main
Browse files Browse the repository at this point in the history
Update update-manager docs to account for n3-patch support
  • Loading branch information
bourgeoa authored Nov 27, 2023
2 parents 94cd981 + 9c0b65f commit 6ab4f04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/update-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* document has triple declaring itself `a ont:MachineEditableDocument`
* `wac-allow` header for document supports write for current user

* is updated using `N3PATCH` if `accept-patch` header's mime-essence is `text/n3`

* is updated using `SPARQL PATCH` if

* the response has one of the `accept-patch` or `ms-author-via` headers listed below
Expand All @@ -21,6 +23,8 @@
* `wac-allow` header for document supports write for current user
* the response has one of the `accept-patch` or `ms-author-via` headers listed below

* is updated using `N3PATCH` if `accept-patch` header's mime-essence is `text/n3`

* is updated using `SPARQL PATCH` if any

* `accept-patch` header is `application/sparql-update`
Expand Down

0 comments on commit 6ab4f04

Please sign in to comment.