Add "removedBy" field to bans.yml
This new field captures the name of the staff member who removed a punishment. It provides additional traceability and accountability for punishment actions.
This commit is contained in:
@@ -140,6 +140,9 @@ components:
|
|||||||
punishmentUserUuid:
|
punishmentUserUuid:
|
||||||
type: string
|
type: string
|
||||||
description: The UUID of the punishment issuer
|
description: The UUID of the punishment issuer
|
||||||
|
removedBy:
|
||||||
|
type: string
|
||||||
|
description: The name of the staff member who removed the punishment
|
||||||
Player:
|
Player:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user