First draft of API to get a single collection (#37053)

This commit is contained in:
David Roetzel
2025-12-01 16:04:52 +01:00
committed by GitHub
parent 1f9ddb7cf6
commit 2d203ca72a
11 changed files with 152 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ namespace :api, format: false do
namespace :v1_alpha do
resources :async_refreshes, only: :show
resources :collections, only: [:create]
resources :collections, only: [:show, :create]
end
# JSON / REST API