Function updateWatchlist

  • Example

    const watchlist = await updateWatchlist({
    watchlistId: 'b28f4066-5c6d-479b-a2af-85dc1a8f16fb',
    // optional
    name: 'New name',
    // optional 0 replaces the existing symbols
    symbol: ['AAPL', 'MSFT'],
    })

    Parameters

    Returns Promise<Watchlist>

Generated using TypeDoc