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:
* name: { type: string }
* email: { type: string }
* password: { type: string }
* is_active: { type: boolean }
* responses:
* 201:
* description: updated successfully