Remove username property from appeal.yml schema in Discord ban appeal form.
This commit is contained in:
parent
eb72ce14cc
commit
101794d8f2
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user