From 2b818fc297ce3d0bcd2875edc912b0078c21704b Mon Sep 17 00:00:00 2001 From: Teriuihi Date: Thu, 10 Apr 2025 23:12:20 +0200 Subject: [PATCH] Add `removedReason` field to bans API schema --- 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 77b5f1a..f4e75db 100644 --- a/open_api/src/main/resources/sub_api/bans/bans.yml +++ b/open_api/src/main/resources/sub_api/bans/bans.yml @@ -143,6 +143,9 @@ components: removedBy: type: string description: The name of the staff member who removed the punishment + removedReason: + type: string + description: The reason why the punishment was removed Player: type: object properties: