Merge branch 'master' into 2060-edit-tags-in-workbench
[arvados.git] / services / api / app / controllers / arvados / v1 / collections_controller.rb
index dc95ea064dce392d9b908d13ff3495cbe652b34a..c0cd419819124f34f4de532e641fa013b1907c90 100644 (file)
@@ -51,6 +51,10 @@ class Arvados::V1::CollectionsController < ApplicationController
     show
   end
 
+  def show
+    render json: @object.as_api_response(:with_data)
+  end
+
   def collection_uuid(uuid)
     m = /([a-f0-9]{32}(\+[0-9]+)?)(\+.*)?/.match(uuid)
     if m