feat(webhooks): align account payloads
This commit is contained in:
@@ -172,6 +172,12 @@ var criticalRoutes = []route{
|
||||
{Method: "PUT", Path: "/api/v1/accounts/:account_id/labels/:tag_id", Controller: "api/v1/accounts/labels#update", Source: "routes.rb:281"},
|
||||
{Method: "DELETE", Path: "/api/v1/accounts/:account_id/labels/:tag_id", Controller: "api/v1/accounts/labels#destroy", Source: "routes.rb:281"},
|
||||
|
||||
{Method: "GET", Path: "/api/v1/accounts/:account_id/webhooks", Controller: "api/v1/accounts/webhooks#index", Source: "routes.rb:342"},
|
||||
{Method: "POST", Path: "/api/v1/accounts/:account_id/webhooks", Controller: "api/v1/accounts/webhooks#create", Source: "routes.rb:342"},
|
||||
{Method: "PUT", Path: "/api/v1/accounts/:account_id/webhooks/:webhook_id", Controller: "api/v1/accounts/webhooks#update", Source: "routes.rb:342"},
|
||||
{Method: "PATCH", Path: "/api/v1/accounts/:account_id/webhooks/:webhook_id", Controller: "api/v1/accounts/webhooks#update", Source: "routes.rb:342"},
|
||||
{Method: "DELETE", Path: "/api/v1/accounts/:account_id/webhooks/:webhook_id", Controller: "api/v1/accounts/webhooks#destroy", Source: "routes.rb:342"},
|
||||
|
||||
{Method: "GET", Path: "/api/v1/accounts/:account_id/notifications/", Controller: "api/v1/accounts/notifications#index", Source: "routes.rb:283"},
|
||||
{Method: "PUT", Path: "/api/v1/accounts/:account_id/notifications/:notification_id", Controller: "api/v1/accounts/notifications#update", Source: "routes.rb:283"},
|
||||
{Method: "DELETE", Path: "/api/v1/accounts/:account_id/notifications/:notification_id", Controller: "api/v1/accounts/notifications#destroy", Source: "routes.rb:283"},
|
||||
|
||||
Reference in New Issue
Block a user