新增:解绑和更改状态接口

This commit is contained in:
2024-04-18 15:20:19 +08:00
parent eeb0994961
commit 6f458e0e79
4 changed files with 36 additions and 5 deletions

View File

@@ -82,6 +82,8 @@ defaults format: :json do
collection do
post :sync
get :branches
post :change_enable
post :unbind
end
end
resource :dataset, only: [:create, :update, :show]