mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 23:14:34 -04:00
Fixes for openapi docs
This commit is contained in:
parent
1bfafbe24c
commit
b031e53a77
@ -427,10 +427,10 @@ class BankTransactionController extends BaseController
|
|||||||
* @return Collection
|
* @return Collection
|
||||||
*
|
*
|
||||||
* @OA\Post(
|
* @OA\Post(
|
||||||
* path="/api/v1/bank_integrations/bulk",
|
* path="/api/v1/bank_transations/bulk",
|
||||||
* operationId="bulkBankIntegrations",
|
* operationId="bulkBankTransactions",
|
||||||
* tags={"bank_integrations"},
|
* tags={"bank_integrations"},
|
||||||
* summary="Performs bulk actions on an array of bank_integrations",
|
* summary="Performs bulk actions on an array of bank_transations",
|
||||||
* description="",
|
* description="",
|
||||||
* @OA\Parameter(ref="#/components/parameters/X-Api-Secret"),
|
* @OA\Parameter(ref="#/components/parameters/X-Api-Secret"),
|
||||||
* @OA\Parameter(ref="#/components/parameters/X-Api-Token"),
|
* @OA\Parameter(ref="#/components/parameters/X-Api-Token"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user