mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Working on new openapi spec
This commit is contained in:
parent
aeb589bf95
commit
6578a3b0b2
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user