• Get all services connected to current

    Needs general.health-get permission

    Returns Promise<ApiResponse<{
        current: string;
        currentVersion: string;
        services: string[];
    }>>

    The current service & the name of connected ones

Generated using TypeDoc