Chatwoot/swagger/definitions/resource/account.yml

13 lines
246 B
YAML
Raw Normal View History

2020-08-18 06:44:37 +00:00
type: object
properties:
id:
type: number
description: Account ID
name:
type: string
description: Name of the account
role:
type: string
enum: ['administrator', 'agent']
description: The user role in the account