INA-5 | Fix old docs conflicts
This commit is contained in:
parent
b4c0fe3d53
commit
e8a2476463
2 changed files with 7 additions and 7 deletions
|
|
@ -31,11 +31,11 @@ class CreditReportController extends BaseController
|
|||
|
||||
/**
|
||||
* @OA\Post(
|
||||
* path="/api/v1/reports/clients",
|
||||
* operationId="getClientReport",
|
||||
* path="/api/v1/reports/credit",
|
||||
* operationId="getCreditReport",
|
||||
* tags={"reports"},
|
||||
* summary="Client reports",
|
||||
* description="Export client reports",
|
||||
* summary="Credit reports",
|
||||
* description="Export credit reports",
|
||||
* @OA\Parameter(ref="#/components/parameters/X-Api-Secret"),
|
||||
* @OA\Parameter(ref="#/components/parameters/X-Requested-With"),
|
||||
* @OA\RequestBody(
|
||||
|
|
|
|||
|
|
@ -31,11 +31,11 @@ class QuoteItemReportController extends BaseController
|
|||
|
||||
/**
|
||||
* @OA\Post(
|
||||
* path="/api/v1/reports/invoice_items",
|
||||
* path="/api/v1/reports/quote_items",
|
||||
* operationId="getQuoteItemReport",
|
||||
* tags={"reports"},
|
||||
* summary="Invoice item reports",
|
||||
* description="Export invoice item reports",
|
||||
* summary="Quote item reports",
|
||||
* description="Export Quote item reports",
|
||||
* @OA\Parameter(ref="#/components/parameters/X-Api-Secret"),
|
||||
* @OA\Parameter(ref="#/components/parameters/X-Requested-With"),
|
||||
* @OA\RequestBody(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue