Fixes for openapi spec
This commit is contained in:
parent
34064f8b7c
commit
9817158076
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -1,4 +1,4 @@
|
||||||
openapi: 3.0.0
|
openapi: 3.0.1
|
||||||
info:
|
info:
|
||||||
title: 'Invoice Ninja API Reference.'
|
title: 'Invoice Ninja API Reference.'
|
||||||
description: |
|
description: |
|
||||||
|
|
@ -71,12 +71,13 @@ info:
|
||||||
license:
|
license:
|
||||||
name: 'Elastic License'
|
name: 'Elastic License'
|
||||||
url: 'https://www.elastic.co/licensing/elastic-license'
|
url: 'https://www.elastic.co/licensing/elastic-license'
|
||||||
version: 5.10.31
|
version: 5.10.53
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
- url: 'https://demo.invoiceninja.com'
|
- url: 'https://demo.invoiceninja.com'
|
||||||
description: |
|
description: |
|
||||||
## Demo API endpoint
|
## Demo API endpoint
|
||||||
You can use the demo API key `TOKEN` to test the endpoints from within this API spec
|
You can use the demo API key `TOKEN` to test the endpoints from within this API spec
|
||||||
- url: 'https://invoicing.co'
|
- url: 'https://invoicing.co'
|
||||||
description: |
|
description: |
|
||||||
## Production API endpoint
|
## Production API endpoint
|
||||||
Loading…
Reference in New Issue