mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-13 01:05:11 +00:00
jira-16 filter, invite and remove API
This commit is contained in:
@ -56,7 +56,8 @@ ERROR_CODE = {
|
||||
"2030": "Use correct user type and token",
|
||||
"2031": "Invalid password",
|
||||
"2032": "Failed to send email",
|
||||
"2033": "Missing required fields"
|
||||
"2033": "Missing required fields",
|
||||
"2034": "Junior is not associated"
|
||||
}
|
||||
SUCCESS_CODE = {
|
||||
# Success code for password
|
||||
@ -89,7 +90,8 @@ SUCCESS_CODE = {
|
||||
"3018": "Task created successfully",
|
||||
"3019": "Support Email sent successfully",
|
||||
"3020": "Logged out successfully.",
|
||||
"3021": "Add junior successfully"
|
||||
"3021": "Add junior successfully",
|
||||
"3022": "Remove junior successfully"
|
||||
}
|
||||
|
||||
STATUS_CODE_ERROR = {
|
||||
|
Reference in New Issue
Block a user