feat(channels): align whatsapp calls api
This commit is contained in:
@@ -328,6 +328,12 @@ var criticalRoutes = []route{
|
||||
{Method: "GET", Path: "/api/v1/accounts/:account_id/applied_slas/metrics", Controller: "api/v1/accounts/applied_slas#metrics", Source: "routes.rb:230"},
|
||||
{Method: "GET", Path: "/api/v1/accounts/:account_id/applied_slas/download", Controller: "api/v1/accounts/applied_slas#download", Source: "routes.rb:231"},
|
||||
{Method: "GET", Path: "/api/v1/accounts/:account_id/reporting_events", Controller: "api/v1/accounts/reporting_events#index", Source: "routes.rb:234"},
|
||||
{Method: "GET", Path: "/api/v1/accounts/:account_id/whatsapp_calls/:id", Controller: "api/v1/accounts/whatsapp_calls#show", Source: "routes.rb:237"},
|
||||
{Method: "POST", Path: "/api/v1/accounts/:account_id/whatsapp_calls/:id/accept", Controller: "api/v1/accounts/whatsapp_calls#accept", Source: "routes.rb:239"},
|
||||
{Method: "POST", Path: "/api/v1/accounts/:account_id/whatsapp_calls/:id/reject", Controller: "api/v1/accounts/whatsapp_calls#reject", Source: "routes.rb:240"},
|
||||
{Method: "POST", Path: "/api/v1/accounts/:account_id/whatsapp_calls/:id/terminate", Controller: "api/v1/accounts/whatsapp_calls#terminate", Source: "routes.rb:241"},
|
||||
{Method: "POST", Path: "/api/v1/accounts/:account_id/whatsapp_calls/:id/upload_recording", Controller: "api/v1/accounts/whatsapp_calls#upload_recording", Source: "routes.rb:242"},
|
||||
{Method: "POST", Path: "/api/v1/accounts/:account_id/whatsapp_calls/initiate", Controller: "api/v1/accounts/whatsapp_calls#initiate", Source: "routes.rb:245"},
|
||||
|
||||
{Method: "GET", Path: "/api/v1/accounts/:account_id/captain/preferences/", Controller: "api/v1/accounts/captain/preferences#show", Source: "routes.rb:63"},
|
||||
{Method: "PUT", Path: "/api/v1/accounts/:account_id/captain/preferences/", Controller: "api/v1/accounts/captain/preferences#update", Source: "routes.rb:63"},
|
||||
|
||||
Reference in New Issue
Block a user