Add PUT /api/v1/statuses/:status_id/interaction_policy (#35769)

This commit is contained in:
Claire 2025-08-13 17:51:16 +02:00 committed by GitHub
parent 49a6e4cbb5
commit 2648bbdc51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 152 additions and 17 deletions

View file

@ -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