You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried creating webhook by making request to post 'projects/:id/webhook_settings/create', :controller => 'webhook_settings', :action => 'create', :as => :create_webhook. API key is set using X-Redmine-API-Key header. Redmine throws Invalid form authenticity token.. Is there any proper API for that?
The text was updated successfully, but these errors were encountered:
I tried creating webhook by making request to
post 'projects/:id/webhook_settings/create', :controller => 'webhook_settings', :action => 'create', :as => :create_webhook
. API key is set using X-Redmine-API-Key header. Redmine throwsInvalid form authenticity token.
. Is there any proper API for that?The text was updated successfully, but these errors were encountered: