Add removedReason field to bans API schema

This commit is contained in:
Teriuihi 2025-04-10 23:12:20 +02:00
parent 7fa84fec81
commit 2b818fc297

View File

@ -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: