From c0c12f2fbdedf00e2e82845f9eb29ae679e6cbb6 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 27 May 2026 14:52:27 +0530 Subject: [PATCH] chore: allow contact_inboxes filter --- app/controllers/api/base_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/api/base_controller.rb b/app/controllers/api/base_controller.rb index 5c54bd1f8..3a30c5d37 100644 --- a/app/controllers/api/base_controller.rb +++ b/app/controllers/api/base_controller.rb @@ -6,6 +6,7 @@ class Api::BaseController < ApplicationController READ_ONLY_POST_ALLOWLIST = %w[ api/v1/accounts/conversations#filter api/v1/accounts/contacts#filter + api/v1/accounts/contact_inboxes#filter ].freeze # GET-shaped endpoints that mutate state and must be blocked for read-only