Skip to content

Commit 79e80e5

Browse files
committed
test #37
1 parent adf86e8 commit 79e80e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/GNOpenAPIManager.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ GNOpenAPIManager <- R6Class("GNOpenAPIManager",
450450
out <- NULL
451451
req <- GNUtils$DELETE(
452452
url = self$getUrl(),
453-
path = sprintf("/api/records?uuids=%s&withBackup=%s", id, tolower(as.character(withBackup))),
453+
path = sprintf("/api/records/%s?withBackup=%s", id, tolower(as.character(withBackup))),
454454
token = private$getToken(), cookies = private$cookies,
455455
user = private$user,
456456
pwd = private$getPwd(),

0 commit comments

Comments
 (0)