fix ASIE core query param: nodeId -> nodeid
This commit is contained in:
@@ -24,7 +24,7 @@ public class IndexRequest extends JsonFormattedResponseRequest<IndexRequest> {
|
||||
@QueryParam("acltxid")
|
||||
private Long aclTransactionId;
|
||||
|
||||
@QueryParam("nodeId")
|
||||
@QueryParam("nodeid")
|
||||
private Long nodeId;
|
||||
|
||||
@QueryParam("aclid")
|
||||
|
||||
@@ -24,7 +24,7 @@ public class PurgeRequest extends JsonFormattedResponseRequest<PurgeRequest> {
|
||||
@QueryParam("acltxid")
|
||||
private Long aclTransactionId;
|
||||
|
||||
@QueryParam("nodeId")
|
||||
@QueryParam("nodeid")
|
||||
private Long nodeId;
|
||||
|
||||
@QueryParam("aclid")
|
||||
|
||||
@@ -24,7 +24,7 @@ public class ReindexRequest extends JsonFormattedResponseRequest<ReindexRequest>
|
||||
@QueryParam("acltxid")
|
||||
private Long aclTransactionId;
|
||||
|
||||
@QueryParam("nodeId")
|
||||
@QueryParam("nodeid")
|
||||
private Long nodeId;
|
||||
|
||||
@QueryParam("aclid")
|
||||
|
||||
Reference in New Issue
Block a user