20 lines
411 B
YAML
20 lines
411 B
YAML
tags:
|
|
- Contacts API
|
|
operationId: update-a-contact
|
|
summary: Update a contact
|
|
description: Update a contact's attributes
|
|
security:
|
|
- nil
|
|
parameters:
|
|
- name: data
|
|
in: body
|
|
required: true
|
|
schema:
|
|
$ref: '#/definitions/public_contact_create_update_payload'
|
|
responses:
|
|
200:
|
|
description: Success
|
|
schema:
|
|
$ref: '#/definitions/public_contact'
|
|
401:
|
|
description: Unauthorized
|