Remove username property from appeal.yml schema in Discord ban appeal form.
This commit is contained in:
@@ -114,15 +114,10 @@ components:
|
|||||||
type: object
|
type: object
|
||||||
description: Schema for Discord ban/punishment appeals
|
description: Schema for Discord ban/punishment appeals
|
||||||
required:
|
required:
|
||||||
- username
|
|
||||||
- userId
|
|
||||||
- email
|
- email
|
||||||
- punishmentId
|
- punishmentId
|
||||||
- appeal
|
- appeal
|
||||||
properties:
|
properties:
|
||||||
username:
|
|
||||||
type: string
|
|
||||||
description: Discord username of the appealing user
|
|
||||||
userId:
|
userId:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
|
|||||||
Reference in New Issue
Block a user