X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9997ada67ce36d2fbe831bce473aa61250727aff..f8067ef415fd66a92f9a0e957e8384445af92a6a:/services/api/config/routes.rb diff --git a/services/api/config/routes.rb b/services/api/config/routes.rb index 2e9d618986..5b6fe80975 100644 --- a/services/api/config/routes.rb +++ b/services/api/config/routes.rb @@ -30,6 +30,8 @@ Server::Application.routes.draw do resources :groups do get 'contents', on: :collection get 'contents', on: :member + post 'trash', on: :member + post 'untrash', on: :member end resources :humans resources :job_tasks