fc1fa579e9
* Added the documentation for the conversation APIs - 8 endpoints * Added descriptions for the existing endpoints * Added new resource models and updated some parts of the contact API
19 lines
276 B
YAML
19 lines
276 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: number
|
|
uid:
|
|
type: string
|
|
name:
|
|
type: string
|
|
email:
|
|
type: string
|
|
account_id:
|
|
type: number
|
|
role:
|
|
type: string
|
|
enum: ['agent', 'administrator']
|
|
confirmed:
|
|
type: boolean
|
|
nickname:
|
|
type: string
|