feat: contact books public api (#336)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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}
|
||||
---
|
||||
+2046
-1803
File diff suppressed because it is too large
Load Diff
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user