feat: contact books public api (#336)

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Dave Stockley
2026-01-17 06:24:25 +00:00
committed by GitHub
parent 83119f97c8
commit 6786ff003e
14 changed files with 2449 additions and 1803 deletions
@@ -0,0 +1,3 @@
---
openapi: post /v1/contactBooks
---
@@ -0,0 +1,3 @@
---
openapi: delete /v1/contactBooks/{contactBookId}
---
@@ -0,0 +1,3 @@
---
openapi: get /v1/contactBooks/{contactBookId}
---
@@ -0,0 +1,3 @@
---
openapi: get /v1/contactBooks
---
@@ -0,0 +1,3 @@
---
openapi: patch /v1/contactBooks/{contactBookId}
---
File diff suppressed because it is too large Load Diff
+10
View File
@@ -64,6 +64,16 @@
"api-reference/emails/cancel-schedule"
]
},
{
"group": "Contact Books",
"pages": [
"api-reference/contacts/list-contact-books",
"api-reference/contacts/get-contact-book",
"api-reference/contacts/create-contact-book",
"api-reference/contacts/update-contact-book",
"api-reference/contacts/delete-contact-book"
]
},
{
"group": "Contacts",
"pages": [