chore(oas): replace response with $ref to res class JSDoc OAS (A-C) (#3002)

This commit is contained in:
Patrick
2023-01-12 09:49:39 +01:00
committed by GitHub
parent aef8421235
commit d10ffa8118
37 changed files with 235 additions and 223 deletions
@@ -50,10 +50,7 @@ import { validator } from "../../../../utils/validator"
* content:
* application/json:
* schema:
* type: object
* properties:
* user:
* $ref: "#/components/schemas/User"
* $ref: "#/components/schemas/AdminAuthRes"
* "400":
* $ref: "#/components/responses/400_error"
* "401":