Skip to content

Commit 9084a05

Browse files
Updating method name
Co-authored-by: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com>
1 parent d51d300 commit 9084a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode_api4/groups/monitor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def dashboard_by_ID(self, dashboard_id: int, *filters):
6666
return DashboardsByID(self.client, result["id"], result)
6767

6868

69-
def dashboard_by_service(self, service_type: str,*filters):
69+
def dashboards_by_service(self, service_type: str, *filters):
7070
"""
7171
Returns a dashboards on your account based on the service passed.
7272

0 commit comments

Comments
 (0)