Interface APIReputationTierIndex

Reputation Tier Index

/data/wow/reputation-tier/index

interface APIReputationTierIndex {
    _links: linksStruct;
    reputation_tiers: refStruct[];
}

Properties

_links: linksStruct
reputation_tiers: refStruct[]