新增: 流水线改版接口

This commit is contained in:
2025-01-22 16:50:42 +08:00
parent 0fb6069ed6
commit c7b399f624
3 changed files with 54 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ defaults format: :json do
resource :dataset, only: [:create, :update, :show]
resources :actions, module: 'actions' do
collection do
get :new_index
post :disable
post :enable
resources :runs, only: [:index, :create] do