Swagger field changed

This commit is contained in:
unknown 2025-11-27 10:42:38 +05:30
parent de921c6554
commit b05320bf90

View File

@ -292,7 +292,7 @@ router.post("/admin_users",[verifySignature, verifyToken], adminUserController.c
* properties: * properties:
* name: { type: string } * name: { type: string }
* email: { type: string } * email: { type: string }
* password: { type: string } * is_active: { type: boolean }
* responses: * responses:
* 201: * 201:
* description: updated successfully * description: updated successfully