Update meta data for swagger documentation

This commit is contained in:
David Bomba 2023-01-18 10:47:41 +11:00
parent 6b2ca2dfb2
commit dedc1f5774
4 changed files with 5 additions and 5 deletions

View File

@ -56,7 +56,7 @@ class LoginController extends BaseController
* description="Authentication", * description="Authentication",
* @OA\ExternalDocumentation( * @OA\ExternalDocumentation(
* description="Find out more", * description="Find out more",
* url="http://docs.invoiceninja.com" * url="https://invoiceninja.github.io"
* ) * )
* ) * )
*/ */

View File

@ -335,7 +335,7 @@ class BankTransactionRuleController extends BaseController
* *
* @OA\Post( * @OA\Post(
* path="/api/v1/bank_transaction_rules", * path="/api/v1/bank_transaction_rules",
* operationId="storeBankTransaction", * operationId="storeBankTransactionRule",
* tags={"bank_transaction_rules"}, * tags={"bank_transaction_rules"},
* summary="Adds a bank_transaction rule", * summary="Adds a bank_transaction rule",
* description="Adds an bank_transaction to a company", * description="Adds an bank_transaction to a company",

View File

@ -19,8 +19,8 @@
* url="https://ninja.test", * url="https://ninja.test",
* ), * ),
* @OA\ExternalDocumentation( * @OA\ExternalDocumentation(
* description="http://docs.invoiceninja.com", * description="https://invoiceninja.github.io",
* url="http://docs.invoiceninja.com" * url="https://invoiceninja.github.io"
* ), * ),
* ), * ),
*/ */

View File

@ -323,7 +323,7 @@ class TaskSchedulerController extends BaseController
* @OA\Header(header="X-MINIMUM-CLIENT-VERSION", ref="#/components/headers/X-MINIMUM-CLIENT-VERSION"), * @OA\Header(header="X-MINIMUM-CLIENT-VERSION", ref="#/components/headers/X-MINIMUM-CLIENT-VERSION"),
* @OA\Header(header="X-RateLimit-Remaining", ref="#/components/headers/X-RateLimit-Remaining"), * @OA\Header(header="X-RateLimit-Remaining", ref="#/components/headers/X-RateLimit-Remaining"),
* @OA\Header(header="X-RateLimit-Limit", ref="#/components/headers/X-RateLimit-Limit"), * @OA\Header(header="X-RateLimit-Limit", ref="#/components/headers/X-RateLimit-Limit"),
* @OA\JsonContent(ref="#/components/schemas/TaskScheduleSchema"), * @OA\JsonContent(ref="#/components/schemas/TaskSchedulerSchema"),
* ), * ),
* @OA\Response( * @OA\Response(
* response=422, * response=422,