From 7fa84fec8100edd1a0fc6bc4e9e133f51deada25 Mon Sep 17 00:00:00 2001 From: Teriuihi Date: Thu, 10 Apr 2025 22:55:53 +0200 Subject: [PATCH] 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. --- open_api/src/main/resources/sub_api/bans/bans.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/open_api/src/main/resources/sub_api/bans/bans.yml b/open_api/src/main/resources/sub_api/bans/bans.yml index fc83ce4..77b5f1a 100644 --- a/open_api/src/main/resources/sub_api/bans/bans.yml +++ b/open_api/src/main/resources/sub_api/bans/bans.yml @@ -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: