2873: add /permissions API method
[arvados.git] / services / api / config / routes.rb
index e4d2975a571699d85d39887cd30bd24725639db2..70934553f24d2679b5d42393a14357a4daec85cd 100644 (file)
@@ -56,6 +56,7 @@ Server::Application.routes.draw do
         get 'logins', on: :member
         get 'get_all_logins', on: :collection
       end
+      get '/permissions/:uuid', :to => 'links#get_permissions'
     end
   end