Documentation
    Preparing search index...

    Interface PlayableSpecializationIndexResponse

    The response for a playable specialization index.

    interface PlayableSpecializationIndexResponse {
        _links: { self: Href };
        character_specializations: NameIdKey[];
        pet_specializations: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • PlayableSpecializationIndexResponse
    Index

    Properties

    _links: { self: Href }
    character_specializations: NameIdKey[]
    pet_specializations: NameIdKey[]