Hey, I recently noticed there were a few gaps in the numerical order of the AssetType Enum (namely 6-7, 14-16, 20, 22-23, 25-26, 33, 35-37, 39, 59-60, 63, 74-75)
I’ve been trying to identify all of the undocumented asset types since, and the few that I’ve found are:
#33 - Experience YouTube Video,
#39 - Solid Model,
#59 - LocalizationTableManifest,
#60 - LocalizationTableTranslation,
#63 - TexturePack,
#75 - MeshHiddenSurfaceRemoval
From another post [can’t confirm that these are correct]:
#6 - HTML
#7 - Text
#16 - Avatar
#22 - GroupEmblem
#25 - Arms
#26 - Legs
#35 - App
#37 - Code
#74 - FontFace
#80 - CodeSnippet
UNKNOWN: #14, #15, #20, #23, #36
Obviously these are undocumented for a reason, but any help finding them would be appreciated. Would be cool to see a full list of all asset types
NOTE: There’s a way to verify the AssetType through this endpoint. It allows the authenticated user to check all items of a specific AssetType that they’ve created