fixed wrong statuscode in docs

This commit is contained in:
xnacly
2021-08-30 16:10:58 +02:00
parent 3db1abdb50
commit e2a61b44bb
+1 -1
View File
@@ -237,6 +237,6 @@ export default router;
* Field Error
* @returns { "code": 50035, "errors": { "consent": { "_errors": [{ "code": "CONSENT_REQUIRED", "message": "You must agree to Discord's Terms of Service and Privacy Policy." }]}}, "message": "Invalid Form Body"}
*
* Success 201:
* Success 200:
* @returns {token: "OMITTED"}
*/