Merge branch '4363-less-filename-munging' closes #4363
[arvados.git] / services / api / app / controllers / arvados / v1 / schema_controller.rb
index eef8e65e3c8ba8f0ba895429751aed58660d11d3..c5b2bcf2f2d4a97f5bac9b18e6f0456707e59210 100644 (file)
@@ -230,8 +230,8 @@ class Arvados::V1::SchemaController < ApplicationController
                   location: "query"
                 },
                 order: {
-                  type: "array",
-                  description: "Fields to use to determine order for returning #{k.to_s.underscore.pluralize} object matches.",
+                  type: "string",
+                  description: "Order in which to return matching #{k.to_s.underscore.pluralize}.",
                   location: "query"
                 },
                 select: {