1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Working on new openapi spec

This commit is contained in:
David Bomba 2023-02-11 16:29:37 +11:00
parent aeb589bf95
commit 6578a3b0b2
2 changed files with 4 additions and 4 deletions

View File

@ -16709,11 +16709,11 @@ components:
Error: Error:
properties: properties:
message: message:
description: 'The company name' description: 'Something terrible went wrong'
type: string type: string
example: 'Unexpected error' example: 'Unexpected error'
code: code:
description: 'The HTTP error code' description: 'The HTTP error code, ie 5xx 4xx'
type: integer type: integer
example: '500' example: '500'
type: object type: object

View File

@ -1838,11 +1838,11 @@ components:
Error: Error:
properties: properties:
message: message:
description: 'The company name' description: 'Something terrible went wrong'
type: string type: string
example: 'Unexpected error' example: 'Unexpected error'
code: code:
description: 'The HTTP error code' description: 'The HTTP error code, ie 5xx 4xx'
type: integer type: integer
example: '500' example: '500'
type: object type: object