canmove, Confirmed users
1,173
edits
No edit summary |
|||
Line 129: | Line 129: | ||
| Skips the first n objects, for use with the limit parameter | | Skips the first n objects, for use with the limit parameter | ||
|} | |} | ||
= Response Codes = | |||
'''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. | |||
'''404 Not Found''' -- Returned if the user does not exist. | |||
'''503 Service Unavailable''' -- An internal error (storage failure). Please try back again later. | |||
= Payloads = | = Payloads = |