add upsert and delete to contacts (#67)
This commit is contained in:
3
apps/docs/api-reference/contacts/delete-contact.mdx
Normal file
3
apps/docs/api-reference/contacts/delete-contact.mdx
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: delete /v1/contactBooks/{contactBookId}/contacts/{contactId}
|
||||
---
|
3
apps/docs/api-reference/contacts/upsert-contact.mdx
Normal file
3
apps/docs/api-reference/contacts/upsert-contact.mdx
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: put /v1/contactBooks/{contactBookId}/contacts/{contactId}
|
||||
---
|
Reference in New Issue
Block a user