Merge branch '14197-federated-containers' refs #14197
[arvados.git] / services / api / app / controllers / application_controller.rb
index 05b39c1aed5f71a62b3526cc6df52e12e49022b8..8589b3c7a55f366fb5668884d71aac40139bea7f 100644 (file)
@@ -563,7 +563,13 @@ class ApplicationController < ActionController::Base
         location: "query",
         required: false,
         default: false
-      }
+      },
+      cluster_id: {
+        type: 'string',
+        description: "Create object on a remote federated cluster instead of the current one.",
+        location: "query",
+        required: false,
+      },
     }
   end