mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-25 03:32:41 +00:00
Add PUT /api/v1/statuses/:status_id/interaction_policy (#35769)
This commit is contained in:
parent
49a6e4cbb5
commit
2648bbdc51
5 changed files with 152 additions and 17 deletions
|
|
@ -39,6 +39,8 @@ namespace :api, format: false do
|
|||
resource :history, only: :show
|
||||
resource :source, only: :show
|
||||
|
||||
resource :interaction_policy, only: :update
|
||||
|
||||
post :translate, to: 'translations#create'
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue