1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/openapi/components/schemas/system_log.yaml
2024-03-08 06:56:44 +11:00

39 lines
1.0 KiB
YAML

SystemLog:
properties:
id:
description: 'The account hashed id'
type: string
example: AS3df3A
user_id:
description: 'The user_id hashed id'
type: string
example: AS3df3A
client_id:
description: 'The client_id hashed id'
type: string
example: AS3df3A
event_id:
description: 'The Log Type ID'
type: integer
example: 1
category_id:
description: 'The Category Type ID'
type: integer
example: 1
type_id:
description: 'The Type Type ID'
type: integer
example: 1
log:
description: 'The json object of the error'
type: object
example: '{''key'':''value''}'
updated_at:
description: Timestamp
type: string
example: '2'
created_at:
description: Timestamp
type: string
example: '2'
type: object