21 lines
491 B
YAML
21 lines
491 B
YAML
post:
|
|
tags:
|
|
- Contact
|
|
operationId: contactInboxCreation
|
|
description: Create a contact inbox record for an inbox
|
|
summary: Create contact inbox
|
|
parameters:
|
|
- name: inbox_id
|
|
in: params
|
|
type: number
|
|
responses:
|
|
200:
|
|
description: Success
|
|
schema:
|
|
$ref: '#/definitions/contact_inboxes'
|
|
401:
|
|
description: Authentication error
|
|
schema:
|
|
$ref: '#/definitions/bad_request_error'
|
|
422:
|
|
description: Incorrect payload
|