chore: Swagger documentation for contact labels APIs (#8279)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Muhsin Keloth
2023-11-03 15:09:12 +05:30
committed by GitHub
parent 36b6c0cb9c
commit ebe9daea00
7 changed files with 145 additions and 1 deletions

View File

@@ -121,6 +121,14 @@
- $ref: '#/parameters/message_id'
patch:
$ref: ./public/inboxes/messages/update.yml
/api/v1/accounts/{account_id}/contacts/{contact_identifier}/labels:
parameters:
- $ref: '#/parameters/account_id'
- $ref: '#/parameters/public_contact_identifier'
get:
$ref: ./application/contacts/labels/index.yml
post:
$ref: ./application/contacts/labels/create.yml
# ---------------- end of public api routes-----------#