graphdb: Update api usage for 10.x

This commit updates the usage of the GraphDB API for version 10.0 or
later.
This commit is contained in:
Tom Wiesing 2022-07-11 15:29:07 +02:00
parent 07755aacf5
commit 18c4957e30
No known key found for this signature in database
5 changed files with 9 additions and 9 deletions

View file

@ -55,7 +55,7 @@ log_info " => Deleting GraphDB repository '$GRAPHDB_REPO'"
curl $GRAPHDB_AUTH_FLAGS -X DELETE http://127.0.0.1:7200/rest/repositories/$GRAPHDB_REPO
log_info " => Deleting GraphDB user '$GRAPHDB_USER'"
curl $GRAPHDB_AUTH_FLAGS -X DELETE http://127.0.0.1:7200/rest/security/user/$GRAPHDB_USER
curl $GRAPHDB_AUTH_FLAGS -X DELETE http://127.0.0.1:7200/rest/security/users/$GRAPHDB_USER
# Delete the directory