add marketing api docs
This commit is contained in:
3
apps/docs/api-reference/contacts/create-contact.mdx
Normal file
3
apps/docs/api-reference/contacts/create-contact.mdx
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /v1/contactBooks/{contactBookId}/contacts
|
||||
---
|
3
apps/docs/api-reference/contacts/get-contact.mdx
Normal file
3
apps/docs/api-reference/contacts/get-contact.mdx
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /v1/contactBooks/{contactBookId}/contacts/{contactId}
|
||||
---
|
3
apps/docs/api-reference/contacts/update-contact.mdx
Normal file
3
apps/docs/api-reference/contacts/update-contact.mdx
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: patch /v1/contactBooks/{contactBookId}/contacts/{contactId}
|
||||
---
|
Reference in New Issue
Block a user