Files
leadchat/swagger/paths/application/contacts/labels/index.yml
2023-11-03 15:09:12 +05:30

15 lines
312 B
YAML

tags:
- Contact Labels
operationId: list-all-labels-of-a-contact
summary: List Labels
description: Lists all the labels of a contact
responses:
200:
description: Success
schema:
$ref: '#/definitions/contact_labels'
404:
description: Contact not found
401:
description: Unauthorized