Cleanup campaign management ux

This commit is contained in:
2026-02-26 14:56:56 +01:00
parent 83151d81fd
commit 0cb41dd004
17 changed files with 55 additions and 113 deletions

View File

@@ -444,12 +444,12 @@
}
}
},
"/api/characters/current-campaign": {
"/api/characters": {
"get": {
"operationId": "getCurrentCampaignCharacters",
"operationId": "getOwnCharacters",
"responses": {
"200": {
"description": "Current campaign characters owned by the user.",
"description": "Characters owned by the user.",
"content": {
"application/json": {
"schema": {