Reference issue / feat

This commit is contained in:
Methapon2001 2024-02-15 16:23:42 +07:00
parent 21fb1d5f09
commit 4f52302662
No known key found for this signature in database
GPG key ID: 849924FEF46BD132

View file

@ -30,7 +30,7 @@ export class DocumentController extends Controller {
/**
* @example id "00000000-0000-0000-0000-000000000000"
*
* @summary
* @summary SLR_015 -
*/
@Get("{id}")
@SuccessResponse(200, "สำเร็จ")
@ -109,7 +109,7 @@ export class DocumentController extends Controller {
*
* @example id "00000000-0000-0000-0000-000000000000"
*
* @summary
* @summary SLR_013 -
*/
@Post("{id}")
@Example([
@ -266,7 +266,7 @@ export class DocumentController extends Controller {
* @example id "00000000-0000-0000-0000-000000000000"
* @example file "เอกสาร 1.docx"
*
* @summary id
* @summary SLR_014 -
*/
@Delete("{id}/{file}")
public async deleteFile(@Path() id: string, @Path() file: string) {