Feature: Support account/inbox specific webhooks (#562)
This commit is contained in:
5
app/views/api/v1/account/webhooks/create.json.jbuilder
Normal file
5
app/views/api/v1/account/webhooks/create.json.jbuilder
Normal file
@@ -0,0 +1,5 @@
|
||||
json.payload do
|
||||
json.webhook do
|
||||
json.partial! 'webhook', webhook: @webhook
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user