Merge branch '14860-fix-collection-versioning'
[arvados.git] / services / api / app / controllers / application_controller.rb
index 24a2214d974d91d61f5a884226056860d73e2697..3cfe5b54fda2a2a90afa168938ab5ff9e4760064 100644 (file)
@@ -597,6 +597,12 @@ class ApplicationController < ActionController::Base
       limit: { type: 'integer', required: false, default: DEFAULT_LIMIT },
       offset: { type: 'integer', required: false, default: 0 },
       count: { type: 'string', required: false, default: 'exact' },
+      cluster_id: {
+        type: 'string',
+        description: "List objects on a remote federated cluster instead of the current one.",
+        location: "query",
+        required: false,
+      },
     }
   end