1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 17:31:35 +02:00
invoiceninja/openapi/components/schemas/account.yaml

11 lines
313 B
YAML
Raw Normal View History

2023-02-12 08:58:00 +01:00
Account:
properties:
id:
description: 'The account hashed id'
type: string
example: AS3df3A
2023-02-12 12:14:53 +01:00
account_sms_verified:
description: 'Boolean flag if the account has been verified by sms'
type: string
example: true
2023-02-12 08:58:00 +01:00
type: object