From c00afb587193fe35811afee3884fb6db3c883230 Mon Sep 17 00:00:00 2001 From: Mohammad Alavi Date: Fri, 8 Apr 2022 18:30:23 +0430 Subject: [PATCH] docs: fix typo --- .../Authentication/UI/API/Routes/RegisterUser.v1.private.php | 2 +- .../AppSection/User/UI/API/Routes/UpdateUser.v1.private.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Containers/AppSection/Authentication/UI/API/Routes/RegisterUser.v1.private.php b/app/Containers/AppSection/Authentication/UI/API/Routes/RegisterUser.v1.private.php index 0bf399c2a..c41b92977 100644 --- a/app/Containers/AppSection/Authentication/UI/API/Routes/RegisterUser.v1.private.php +++ b/app/Containers/AppSection/Authentication/UI/API/Routes/RegisterUser.v1.private.php @@ -23,7 +23,7 @@ * special character * * @apiParam {String} [name] min:2|max:50 - * @apiParam {String="male,female,unspecified"} [gender] + * @apiParam {String="male","female","unspecified"} [gender] * @apiParam {Date} [birth] format: Y-m-d / e.g. 2015-10-15 * @apiParam {String} [verification_url] requireIf:email_verification_required|url|in:allowed-verify-email-urls * diff --git a/app/Containers/AppSection/User/UI/API/Routes/UpdateUser.v1.private.php b/app/Containers/AppSection/User/UI/API/Routes/UpdateUser.v1.private.php index 08de2f2b0..daf219c24 100644 --- a/app/Containers/AppSection/User/UI/API/Routes/UpdateUser.v1.private.php +++ b/app/Containers/AppSection/User/UI/API/Routes/UpdateUser.v1.private.php @@ -10,7 +10,7 @@ * * @apiParam {String} [password] min:6|max:40 * @apiParam {String} [name] min:2|max:50 - * @apiParam {String="male,female,unspecified"} [gender] + * @apiParam {String="male","female","unspecified"} [gender] * @apiParam {Date} [birth] format: Y-m-d / e.g. 2015-10-15 * * @apiUse UserSuccessSingleResponse