2019-10-06 08:05:46 +02:00
|
|
|
<?php
|
2020-10-10 14:07:52 +02:00
|
|
|
/**
|
2019-10-06 08:05:46 +02:00
|
|
|
* @OA\OpenApi(
|
|
|
|
* @OA\Info(
|
2019-10-13 12:59:55 +02:00
|
|
|
* version="1.0.30",
|
2019-10-06 08:05:46 +02:00
|
|
|
* title="Invoice Ninja",
|
|
|
|
* description="Invoice Ninja. Open Source Invoicing lives here. ",
|
|
|
|
* termsOfService="http://swagger.io/terms/",
|
|
|
|
* @OA\Contact(
|
|
|
|
* email="contact@invoiceninja.com"
|
|
|
|
* ),
|
|
|
|
* @OA\License(
|
|
|
|
* name="Attribution Assurance License",
|
|
|
|
* url="https://opensource.org/licenses/AAL"
|
|
|
|
* )
|
|
|
|
* ),
|
|
|
|
* @OA\Server(
|
2020-10-10 14:07:52 +02:00
|
|
|
* description="Example InvoiceNinja base url",
|
|
|
|
* url="https://ninja.test"
|
2019-10-06 08:05:46 +02:00
|
|
|
* ),
|
|
|
|
* @OA\ExternalDocumentation(
|
|
|
|
* description="http://docs.invoiceninja.com",
|
|
|
|
* url="http://docs.invoiceninja.com"
|
|
|
|
* )
|
|
|
|
* )
|
2019-12-30 22:59:12 +01:00
|
|
|
*/
|