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:
parent
07755aacf5
commit
18c4957e30
5 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue