valepakh commented on code in PR #6625:
URL: https://github.com/apache/ignite-3/pull/6625#discussion_r2362739693


##########
modules/rest-api/src/main/java/org/apache/ignite/internal/rest/api/deployment/DeploymentCodeApi.java:
##########
@@ -77,7 +80,14 @@ CompletableFuture<Boolean> deploy(
             Optional<InitialDeployMode> deployMode,
             @QueryValue
             @Schema(name = "initialNodes", requiredMode = REQUIRED, 
description = "List of node identifiers to deploy to.")
-            Optional<List<String>> initialNodes
+            Optional<List<String>> initialNodes,
+            @Parameter(
+                    name = "X-Unzip-Units",

Review Comment:
   Why we need header here and not a query parameter?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to