feat(channels): align whatsapp calling toggles

This commit is contained in:
2026-06-06 20:10:06 +08:00
parent 0277898979
commit e2fdb8a171
12 changed files with 436 additions and 10 deletions
+2
View File
@@ -201,6 +201,8 @@ var criticalRoutes = []route{
{Method: "GET", Path: "/api/v1/accounts/:account_id/inboxes/:inbox_id/health", Controller: "api/v1/accounts/inboxes#health", Source: "routes.rb:259"},
{Method: "POST", Path: "/api/v1/accounts/:account_id/inboxes/:inbox_id/register_webhook", Controller: "api/v1/accounts/inboxes#register_webhook", Source: "routes.rb:260"},
{Method: "POST", Path: "/api/v1/accounts/:account_id/inboxes/:inbox_id/reset_secret", Controller: "api/v1/accounts/inboxes#reset_secret", Source: "routes.rb:262"},
{Method: "POST", Path: "/api/v1/accounts/:account_id/inboxes/:inbox_id/enable_whatsapp_calling", Controller: "api/v1/accounts/inboxes#enable_whatsapp_calling", Source: "routes.rb:266"},
{Method: "POST", Path: "/api/v1/accounts/:account_id/inboxes/:inbox_id/disable_whatsapp_calling", Controller: "api/v1/accounts/inboxes#disable_whatsapp_calling", Source: "routes.rb:267"},
{Method: "POST", Path: "/api/v1/accounts/:account_id/inbox_members/", Controller: "api/v1/accounts/inbox_members#create", Source: "routes.rb:275"},
{Method: "GET", Path: "/api/v1/accounts/:account_id/inbox_members/:inbox_id", Controller: "api/v1/accounts/inbox_members#show", Source: "routes.rb:275"},