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:
parent
1585011143
commit
7fa84fec81
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user