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:
|
||||
type: string
|
||||
description: The UUID of the punishment issuer
|
||||
removedBy:
|
||||
type: string
|
||||
description: The name of the staff member who removed the punishment
|
||||
Player:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user