16 lines
336 B
YAML
16 lines
336 B
YAML
tags:
|
|
- Contacts API
|
|
operationId: get-details-of-a-contact
|
|
summary: Get a contact
|
|
description: Get the details of a contact
|
|
security:
|
|
- nil
|
|
responses:
|
|
200:
|
|
description: Success
|
|
schema:
|
|
$ref: '#/definitions/public_contact'
|
|
401:
|
|
description: Unauthorized
|
|
404:
|
|
description: The given contact does not exist
|