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 * @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"),