mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 19:24:33 -04:00
Minor fixes
This commit is contained in:
parent
639ce448bd
commit
f71b2aa229
12216
openapi/api-docs.yaml
12216
openapi/api-docs.yaml
File diff suppressed because it is too large
Load Diff
@ -1,24 +1,25 @@
|
|||||||
openapi: 3.0.0
|
openapi: 3.0.0
|
||||||
info:
|
info:
|
||||||
|
tags:
|
||||||
|
- overview
|
||||||
title: 'Invoice Ninja API Reference.'
|
title: 'Invoice Ninja API Reference.'
|
||||||
description: |
|
description: "\n\n## \U0001F4AB Overview\n\nTo Do API provides a simple way for people to manage their tasks and plan their day. This API can be used to create mobile and web applications.This API is documented using **OpenAPI 3.0**. The implementation lives in this [GitHub repo](https://github.com/stoplightio/studio-demo/blob/master/reference/todos/todo.v1.yaml).\n\n### \U0001F9F0 Cross-Origin Resource Sharing\nThis API features Cross-Origin Resource Sharing (CORS) implemented in compliance with [W3C spec](https://www.w3.org/TR/cors/). CORS support is necessary to make calls from the request maker within the API docs.\n\n### \U0001F3C1 Trying out your own API Specification\nElements can be used to generate API docs for any OpenAPI document. Replace this OpenAPI with a URL to your own OpenAPI document to get started."
|
||||||
---
|
|
||||||
<br>
|
|
||||||
<div style="color: white; background-color:SlateBlue; padding: 12px; border-radius:2px">
|
|
||||||
The Invoice Ninja API is organized around REST and returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
termsOfService: 'https://invoiceninja.github.io/docs/legal/terms_of_service/#page-content'
|
termsOfService: 'https://invoiceninja.github.io/docs/legal/terms_of_service/#page-content'
|
||||||
contact:
|
contact:
|
||||||
email: contact@invoiceninja.com
|
email: contact@invoiceninja.com
|
||||||
|
name: Invoice Ninja Support
|
||||||
|
url: 'https://www.invoiceninja.com'
|
||||||
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.8.34
|
version: 5.9.2
|
||||||
servers:
|
servers:
|
||||||
-
|
- title: demo
|
||||||
url: 'https://demo.invoiceninja.com'
|
url: 'https://demo.invoiceninja.com'
|
||||||
description: |
|
description: |
|
||||||
## Demo API Server InvoiceNinja.
|
## 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
|
||||||
|
- title: production
|
||||||
|
url: 'https://invoicing.co'
|
||||||
|
description: |
|
||||||
|
## Production API endpoint
|
@ -1,4 +1,7 @@
|
|||||||
tags:
|
tags:
|
||||||
|
- name: overview
|
||||||
|
description: |
|
||||||
|
System overview
|
||||||
- name: login
|
- name: login
|
||||||
description: |
|
description: |
|
||||||
Attempts to authenticate with the API using a email/password combination.
|
Attempts to authenticate with the API using a email/password combination.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user