fix: label tags for contactable inboxes (#12838)

This commit is contained in:
Tanmay Deep Sharma
2025-11-12 18:31:09 +05:30
committed by GitHub
parent d6af182f82
commit 3c9c0298ba
4 changed files with 150 additions and 4 deletions

View File

@@ -3281,7 +3281,7 @@
"/api/v1/accounts/{account_id}/contacts/{id}/contact_inboxes": {
"post": {
"tags": [
"Contact"
"Contacts"
],
"operationId": "contactInboxCreation",
"description": "Create a contact inbox record for an inbox",
@@ -3366,7 +3366,7 @@
"/api/v1/accounts/{account_id}/contacts/{id}/contactable_inboxes": {
"get": {
"tags": [
"Contact"
"Contacts"
],
"operationId": "contactableInboxesGet",
"description": "Get List of contactable Inboxes",