From 4ff82f5fdc5d0e663da809823f25155d09609cc1 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 15 Oct 2014 17:09:52 -0400 Subject: [PATCH] 3609: Roll back schema change, not appropriate for this branch --- services/api/app/controllers/arvados/v1/schema_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/api/app/controllers/arvados/v1/schema_controller.rb b/services/api/app/controllers/arvados/v1/schema_controller.rb index eef8e65e3c..c5b2bcf2f2 100644 --- a/services/api/app/controllers/arvados/v1/schema_controller.rb +++ b/services/api/app/controllers/arvados/v1/schema_controller.rb @@ -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: { -- 2.39.5