diff --git a/Documentation/update-manager.md b/Documentation/update-manager.md index 364c8b114..0b67e925c 100644 --- a/Documentation/update-manager.md +++ b/Documentation/update-manager.md @@ -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 @@ -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`