400 - Bad Request
deletedContent must be a bool.
The
deleteContentquery parameter was not a boolean value.already-adminThe user is already an admin.
already-not-adminThe user is already not an admin.
already_logged_inThe user is already logged in. You do not need to send another login request.
already-votedThe user has already voted on this post/comment. You do not need to send another vote request.
bad_badge_idThe badge ID being requested is incorrect.
bad_eventThe event being sent is incorrect.
comment-max-depth-reachedYou are attempting to reply past the maximum comment depth.
comment-reply-to-deletedYou are attempting to send a reply to a deleted comment.
empty_usernameThe username being sent is empty.
file_size_exceededThe file being uploaded is bigger than the maximum file size accepted by the server.
invalid_actionThe user action being sent is incorrect.
invalid-community-nameThe community name being sent is incorrect. Check the Community type to ensure you have the correct name.
invalid_cursorThe feed pagination cursor being sent is incorrect.
invalid_expiresThe expiration date for the ban being send is incorrect.
invalid_filterThe feed filter being sent is incorrect.
invalid_http_methodThe HTTP method by which the request was sent is incorrect. Check the documentation for the endpoint to ensure that you have the correct HTTP method.
invalid_idThe ID being sent is incorrect.
invalid_image_idThe image ID being sent is incorrect.
invalid_jsonThe JSON body being sent is incorrect. Check the documentation for the endpoint you're sending to, as well as the type for the data you're sending.
invalid_mute_typeThe mute type being sent is incorrect. Check the Mute type to ensure that you have the correct type.
invalid_pageThe page request being sent is incorrect.
invalid-passwordThe password being sent is empty/too short.
invalid_post_typeThe post type being sent is incorrect. Check the Post type to ensure that you have the correct type.
invalid_report_typeThe report type being sent is incorrect. Check the Report type to ensure that you have the correct type.
invalid-setThe community set option being sent is incorrect.
invalid-sortThe community/feed sort option being sent is incorrect.
invalid-urlThe URL request is incorrect.
invalid-usernameThe username being sent is not correct.
no_usernameThe username was not sent in the request.
password_not_matchThe password being sent does not match the one in the database.
post/title-too-shortThe title of the post is too short. Check the Post type to ensure that you have the correct title length.
post-type/unsupportedThe post type being sent is not supported. Check the Post type to ensure that you have the correct type.
unsupported_actionThe admin/user action being sent is not supported.
user/invalid-groupThe user group being sent is incorrect. Check the types to ensure that you have the correct user group for the data you're sending.