canmove, Confirmed users
1,173
edits
No edit summary |
m (→Response Codes) |
||
Line 134: | Line 134: | ||
'''200 OK''' -- Returned on a successful request. Note that this does not guarantee that the server has done anything - deleting a nonexistent object will return a 200. | '''200 OK''' -- Returned on a successful request. Note that this does not guarantee that the server has done anything - deleting a nonexistent object will return a 200. | ||
'''400 Bad Request''' -- Will be returned if there was an error in the client's request, such as malformed JSON or a missing required field. The response will contain json data that may provide hints as to the problem. | '''400 Bad Request''' -- Will be returned if there was an error in the client's request, such as malformed JSON, a protocol/content mismatch or a missing required field. The response will contain json data that may provide hints as to the problem. | ||
'''404 Not Found''' -- Returned if the user does not exist. | '''404 Not Found''' -- Returned if the user does not exist. | ||
'''503 Service Unavailable''' -- An internal error (storage failure). Please try back again later. | '''503 Service Unavailable''' -- An internal error (storage failure). Please try back again later. | ||
= Payloads = | = Payloads = |