Add admin endpoints for editing and removing punishments and implement frontend dialog for punishment management
This commit is contained in:
@@ -49,6 +49,12 @@ paths:
|
||||
$ref: './schemas/bans/bans.yml#/getAllHistoryForUUID'
|
||||
/api/history/total:
|
||||
$ref: './schemas/bans/bans.yml#/getTotalPunishments'
|
||||
/api/history/admin/{type}/{id}/reason:
|
||||
$ref: './schemas/bans/bans.yml#/updatePunishmentReason'
|
||||
/api/history/admin/{type}/{id}/until:
|
||||
$ref: './schemas/bans/bans.yml#/updatePunishmentUntil'
|
||||
/api/history/admin/{type}/{id}:
|
||||
$ref: './schemas/bans/bans.yml#/removePunishment'
|
||||
/api/appeal/update-mail:
|
||||
$ref: './schemas/forms/appeal/appeal.yml#/UpdateMail'
|
||||
/api/appeal/minecraft-appeal:
|
||||
|
||||
Reference in New Issue
Block a user