edit user validations, active-inactive api

This commit is contained in:
abutalib-kiwi
2023-08-07 10:55:34 +05:30
parent 401ee1ddf8
commit 4a2f36cde8
4 changed files with 108 additions and 22 deletions

View File

@ -142,7 +142,9 @@ SUCCESS_CODE = {
"3033": "Valid Referral code",
"3034": "Invite guardian successfully",
"3035": "Task started successfully",
"3036": "Task reassign successfully"
"3036": "Task reassign successfully",
"3037": "Profile has been updated successfully.",
"3038": "Status has been changed successfully."
}
"""status code error"""
STATUS_CODE_ERROR = {