.
+
+auth:ADMIN
+ auth:hasPermission simplePermission:UseSparqlUpdateApi ;
diff --git a/utilities/acceptance-tests/suites/SparqlUpdateApi/TestSparqlApi.html b/utilities/acceptance-tests/suites/SparqlUpdateApi/TestSparqlApi.html
new file mode 100644
index 00000000..dfef47ac
--- /dev/null
+++ b/utilities/acceptance-tests/suites/SparqlUpdateApi/TestSparqlApi.html
@@ -0,0 +1,163 @@
+
+
+Test the SPARQL API
+
+
+
+
+ Get RDF
+
+
+
+
+DELETE DATA {
+ GRAPH {
+
+
+ "Fundamentals of Compiler Design" .
+ }
+}
+
+
+
+
+
+
+
+
+
+
+INSERT DATA {
+ GRAPH {
+ }
+}
+
+
+
+
+
+
+
+INSERT DATA {
+ GRAPH {
+ }
+}
+
+
+
+
+
+
+
+
+
+
+INSERT DATA {
+ GRAPH {
+ }
+}
+
+
+
+
+
+
+
+
+
+
+INSERT DATA {
+ GRAPH {
+ }
+}
+
+
+
+
+
+
+
+
+
+
+INSERT DATA {
+ GRAPH {
+ }
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+INSERT DATA } {
+ GRAPH {
+ }
+}
+
+
+
+
+
+
+
+
+
+
+INSERT DATA {
+
+
+ "Fundamentals of Compiler Design" .
+}
+
+
+
+
+
+
+200 Success
+400 Failed to parse SPARQL update
+400 SPARQL update must specify a GRAPH URI.
+403 username/password combination is not valid
+403 Account is not authorized
+405 Method not allowed
+500 Unknown error
+
+