Draft API to create Collections (#37049)

This commit is contained in:
David Roetzel
2025-11-28 14:30:43 +01:00
committed by GitHub
parent 6b38352b17
commit f896bbac3b
6 changed files with 125 additions and 0 deletions

View File

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