Add Minecraft appeal functionality with database integration, UUID handling, and API response adjustments.

This commit is contained in:
2025-08-13 23:54:20 +02:00
parent 101794d8f2
commit 770a2e0d14
10 changed files with 253 additions and 52 deletions
@@ -75,7 +75,7 @@ DiscordAppeal:
content:
application/json:
schema:
$ref: '#/components/schemas/MinecraftAppeal'
$ref: '#/components/schemas/AppealResponse'
default:
description: Unexpected error
content:
@@ -136,6 +136,7 @@ components:
required:
- id
- message
- verified_mail
properties:
id:
type: string
@@ -143,6 +144,9 @@ components:
message:
type: string
description: Confirmation message
verified_mail:
type: boolean
description: If this user has verified their mail already
UpdateMail:
type: object
required: