1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-26 12:12:31 +01:00

fixed wrong statuscode in docs

This commit is contained in:
xnacly 2021-08-30 16:10:58 +02:00
parent 382fc62f5a
commit 12a227d3fc

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"}
*/