mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
11 lines
313 B
YAML
11 lines
313 B
YAML
Account:
|
|
properties:
|
|
id:
|
|
description: 'The account hashed id'
|
|
type: string
|
|
example: AS3df3A
|
|
account_sms_verified:
|
|
description: 'Boolean flag if the account has been verified by sms'
|
|
type: string
|
|
example: true
|
|
type: object |