Skip to content

Commit 5d0b6a5

Browse files
Updating method name
Co-authored-by: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com>
1 parent 347b07e commit 5d0b6a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linode_api4/groups/monitor.py

Lines changed: 1 addition & 1 deletion
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)