chore: update tags
This commit is contained in:
parent
73ec9bd323
commit
9f8914e5c3
2 changed files with 4 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ import HttpError from "../interfaces/http-error";
|
|||
import HttpStatus from "../interfaces/http-status";
|
||||
import { deleteFile, fileLocation, getFile, getPresigned, listFile, setFile } from "../utils/minio";
|
||||
|
||||
@Tags("Quotation Payment")
|
||||
@Tags("Payment")
|
||||
@Route("api/v1/quotation/{quotationId}/payment")
|
||||
export class QuotationPayment extends Controller {
|
||||
@Get()
|
||||
|
|
@ -123,7 +123,6 @@ export class QuotationPayment extends Controller {
|
|||
|
||||
@Put("{paymentId}/attachment/{name}")
|
||||
async uploadPayment(
|
||||
@Request() req: express.Request,
|
||||
@Path() quotationId: string,
|
||||
@Path() paymentId: string,
|
||||
@Path() name: string,
|
||||
|
|
|
|||
|
|
@ -43,7 +43,9 @@
|
|||
{ "name": "Work" },
|
||||
{ "name": "Service" },
|
||||
{ "name": "Quotation" },
|
||||
{ "name": "Quotation Payment" },
|
||||
{ "name": "Invoice" },
|
||||
{ "name": "Payment" },
|
||||
{ "name": "Receipt" },
|
||||
{ "name": "Request List" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue