mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-20 21:58:09 +00:00
Draft API to create Collections (#37049)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user