fix ASIE core query param: nodeId -> nodeid

This commit is contained in:
2026-03-24 21:26:56 -04:00
parent 37351974d3
commit 259dd72e85
3 changed files with 3 additions and 3 deletions
@@ -24,7 +24,7 @@ public class IndexRequest extends JsonFormattedResponseRequest<IndexRequest> {
@QueryParam("acltxid") @QueryParam("acltxid")
private Long aclTransactionId; private Long aclTransactionId;
@QueryParam("nodeId") @QueryParam("nodeid")
private Long nodeId; private Long nodeId;
@QueryParam("aclid") @QueryParam("aclid")
@@ -24,7 +24,7 @@ public class PurgeRequest extends JsonFormattedResponseRequest<PurgeRequest> {
@QueryParam("acltxid") @QueryParam("acltxid")
private Long aclTransactionId; private Long aclTransactionId;
@QueryParam("nodeId") @QueryParam("nodeid")
private Long nodeId; private Long nodeId;
@QueryParam("aclid") @QueryParam("aclid")
@@ -24,7 +24,7 @@ public class ReindexRequest extends JsonFormattedResponseRequest<ReindexRequest>
@QueryParam("acltxid") @QueryParam("acltxid")
private Long aclTransactionId; private Long aclTransactionId;
@QueryParam("nodeId") @QueryParam("nodeid")
private Long nodeId; private Long nodeId;
@QueryParam("aclid") @QueryParam("aclid")