1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Fixes for openapi docs

This commit is contained in:
David Bomba 2022-08-16 09:47:05 +10:00
parent 1bfafbe24c
commit b031e53a77

View File

@ -427,10 +427,10 @@ class BankTransactionController extends BaseController
* @return Collection
*
* @OA\Post(
* path="/api/v1/bank_integrations/bulk",
* operationId="bulkBankIntegrations",
* path="/api/v1/bank_transations/bulk",
* operationId="bulkBankTransactions",
* tags={"bank_integrations"},
* summary="Performs bulk actions on an array of bank_integrations",
* summary="Performs bulk actions on an array of bank_transations",
* description="",
* @OA\Parameter(ref="#/components/parameters/X-Api-Secret"),
* @OA\Parameter(ref="#/components/parameters/X-Api-Token"),