Fixed botched 'distinct' parameter, now is a boolean instead of taking a
[arvados.git] / services / api / app / controllers / arvados / v1 / schema_controller.rb
index a0f4fce1e06ba3ba3e93e5e4a8317ca88c75fcda..1db5eff2595792f9714cb3c812ffbe30c5b4023a 100644 (file)
@@ -238,8 +238,8 @@ class Arvados::V1::SchemaController < ApplicationController
                   location: "query"
                 },
                 distinct: {
-                  type: "string",
-                  description: "Return each distinct value exactly once for the specified column (may skip rows)",
+                  type: "boolean",
+                  description: "Return each distinct object",
                   location: "query"
                 }
               },