Documentation
    Preparing search index...

    Interface QuestCategoryIndexResponse

    The response for a quest category index.

    interface QuestCategoryIndexResponse {
        _links: { self: Href };
        categories: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    categories: NameIdKey[]