We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a40161 commit ed02e83Copy full SHA for ed02e83
1 file changed
linode_api4/groups/monitor_service.py
@@ -20,7 +20,7 @@ def list_monitor_dashboards(self, *filters) -> list[MonitorDashboard]:
20
Returns a list of dashboards.
21
22
dashboards = client.monitor_service.list_monitor_dashboards()
23
- dashboard = client.load(Dashboard, 1)
+ dashboard = client.load(MonitorDashboard, 1)
24
25
.. note:: This endpoint is in beta. This will only function if base_url is set to `https://api.linode.com/v4beta`.
26
0 commit comments