chore: allow contact_inboxes filter

This commit is contained in:
Shivam Mishra
2026-05-27 14:52:27 +05:30
parent 7333cdd79f
commit c0c12f2fbd
+1
View File
@@ -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