From e2a61b44bbb1f4e24f2226db5ef7f9d388c5d961 Mon Sep 17 00:00:00 2001 From: xnacly Date: Mon, 30 Aug 2021 16:10:58 +0200 Subject: fixed wrong statuscode in docs --- api/src/routes/auth/register.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/src/routes') diff --git a/api/src/routes/auth/register.ts b/api/src/routes/auth/register.ts index b0d8c9bd..b41ef82c 100644 --- a/api/src/routes/auth/register.ts +++ b/api/src/routes/auth/register.ts @@ -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"} */ -- cgit 1.5.1