-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
API URL : http://localhost:5000/api/users/edit
Request Headers
- Content-Type:
application/json - authorization: JWT_TOKEN_HERE
Request Body
{
"userID": "1",
"username": "test_updated",
"email": "test_updated@appseed.us"
}Response For success
{
"success": true
}Response for error (token inactive, mismatch userId / token)
{
"success": false,
"msg": "Error updating user"
}Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed