1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/openapi/components/schemas/company_token.yaml
2023-03-19 10:39:21 +11:00

15 lines
459 B
YAML

CompanyToken:
properties:
name:
description: 'The token name'
type: string
example: 'Token Name'
token:
description: 'The token value'
type: string
example: AS3df3jUUH765fhfd9KJuidj3JShjA
is_system:
description: 'Determines whether the token is created by the system rather than a user'
type: boolean
example: 'true'
type: object