add upsert and delete to contacts (#67)

This commit is contained in:
8x4
2024-09-05 01:18:21 +02:00
committed by GitHub
parent 48b2220ea3
commit 259937c60c
8 changed files with 436 additions and 105 deletions

View File

@@ -0,0 +1,3 @@
---
openapi: put /v1/contactBooks/{contactBookId}/contacts/{contactId}
---