mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Working on new openapi spec
This commit is contained in:
parent
aeb589bf95
commit
6578a3b0b2
@ -16709,11 +16709,11 @@ components:
|
||||
Error:
|
||||
properties:
|
||||
message:
|
||||
description: 'The company name'
|
||||
description: 'Something terrible went wrong'
|
||||
type: string
|
||||
example: 'Unexpected error'
|
||||
code:
|
||||
description: 'The HTTP error code'
|
||||
description: 'The HTTP error code, ie 5xx 4xx'
|
||||
type: integer
|
||||
example: '500'
|
||||
type: object
|
||||
|
@ -1838,11 +1838,11 @@ components:
|
||||
Error:
|
||||
properties:
|
||||
message:
|
||||
description: 'The company name'
|
||||
description: 'Something terrible went wrong'
|
||||
type: string
|
||||
example: 'Unexpected error'
|
||||
code:
|
||||
description: 'The HTTP error code'
|
||||
description: 'The HTTP error code, ie 5xx 4xx'
|
||||
type: integer
|
||||
example: '500'
|
||||
type: object
|
||||
|
Loading…
x
Reference in New Issue
Block a user