add party and quest info to Admin Panel, add party to heroAdminFields

This commit is contained in:
Alys
2020-03-14 14:03:16 +10:00
parent dd3fb1eed0
commit 4bf9d9766a
2 changed files with 42 additions and 2 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ api.getHeroes = {
// Note, while the following routes are called getHero / updateHero
// they can be used by admins to get/update any user
const heroAdminFields = 'contributor balance profile.name purchased items auth lastCron flags.chatRevoked flags.chatShadowMuted';
const heroAdminFields = 'contributor balance profile.name purchased items auth lastCron flags.chatRevoked flags.chatShadowMuted party';
/**
* @api {get} /api/v3/hall/heroes/:heroId Get any user ("hero") given the UUID or Username