We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f7877 commit 13af5b8Copy full SHA for 13af5b8
src/alice/dip/BookkeepingClient.java
@@ -309,7 +309,7 @@ public void updateRun(RunInfoObj runObj) {
309
String patchRunRequest = bookkeepingUrl + "/api/runs?runNumber=" + runObj.RunNo;
310
311
if (bookkeepingToken != null) {
312
- patchRunRequest += bookkeepingToken;
+ patchRunRequest += "&token=" + bookkeepingToken;
313
}
314
315
HttpRequest request = HttpRequest.newBuilder()
0 commit comments