Interface APIPlayableSpecializationMedia

Playable Specialization Media

/data/wow/media/playable-specialization/{{specId}}

interface APIPlayableSpecializationMedia {
    _links: linksStruct;
    assets: assetStruct[];
    id: number;
}

Hierarchy (View Summary)

Properties

Properties

_links: linksStruct
assets: assetStruct[]
id: number