1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
invoiceninja/app/Http/Controllers/OpenAPI/swagger-v3.php

28 lines
880 B
PHP
Raw Normal View History

2019-10-06 08:05:46 +02:00
<?php
2023-02-10 10:21:10 +01:00
2020-10-10 14:07:52 +02:00
/**
2019-10-06 08:05:46 +02:00
* @OA\OpenApi(
* @OA\Info(
* version="1.0.30",
2019-10-06 08:05:46 +02:00
* title="Invoice Ninja",
2023-02-10 10:21:10 +01:00
* description="Invoice Ninja. Self hosted Invoicing lives here. ",
* termsOfService="https://invoiceninja.github.io/docs/legal/terms_of_service/#page-content",
2019-10-06 08:05:46 +02:00
* @OA\Contact(
* email="contact@invoiceninja.com"
* ),
* @OA\License(
* name="Elastic License",
* url="https://www.elastic.co/licensing/elastic-license"
2020-11-04 02:27:07 +01:00
* ),
2019-10-06 08:05:46 +02:00
* ),
* @OA\Server(
2023-02-10 10:21:10 +01:00
* description="Demo API Server InvoiceNinja, you can use the demo API key `TOKEN` to test the endpoints.",
* url="https://demo.invoiceninja.com",
2019-10-06 08:05:46 +02:00
* ),
* @OA\ExternalDocumentation(
* description="https://invoiceninja.github.io",
* url="https://invoiceninja.github.io"
2020-11-04 02:27:07 +01:00
* ),
* ),
*/