From 7c207a50e1eac3c690426e7f6ad48b189706886b Mon Sep 17 00:00:00 2001 From: Deivison Lincoln Date: Wed, 8 May 2024 15:11:37 -0300 Subject: [PATCH] feat: add merge_brazil_contacts to swagger doc --- src/docs/swagger.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/docs/swagger.yaml b/src/docs/swagger.yaml index 55968502..b742b921 100644 --- a/src/docs/swagger.yaml +++ b/src/docs/swagger.yaml @@ -2244,6 +2244,9 @@ paths: conversation_pending: type: boolean description: "Indicates whether to mark conversations as pending." + merge_brazil_contacts: + type: boolean + description: "Indicates whether to merge Brazil numbers in case of numbers with and without ninth digit." import_contacts: type: boolean description: "Indicates whether to import contacts from phone to Chatwoot when connecting."