Open queicherius opened 3 months ago
Characters that have been created for player testing / betas are marked with a Beta flag. This flag only shows up sometimes, and sometimes the flags array is empty instead:
Beta
flags
// Request 1 "name": "XX Beta One", "race": "Sylvari", "gender": "Male", "flags": ["Beta"],
// Request 2, 10 minutes later "name": "XX Beta One", "race": "Sylvari", "gender": "Male", "flags": [],
The Beta flag should be consistently reported.
/v2/characters
If you require an API key and character for which this happens, please DM me in Discord.
Unsure
No response
Current Behavior
Characters that have been created for player testing / betas are marked with a
Beta
flag. This flag only shows up sometimes, and sometimes theflags
array is empty instead:Expected Behavior
The
Beta
flag should be consistently reported.Steps To Reproduce
/v2/characters
with a beta characterIf you require an API key and character for which this happens, please DM me in Discord.
Happening since
Unsure
Anything else?
No response