Skip to content

Commit

Permalink
Merge pull request #109 from Dynatrace-Jeroen-Hautekeete/main
Browse files Browse the repository at this point in the history
Update scopes parameter name in settings.py
  • Loading branch information
Dynatrace-James-Kitson authored Jan 14, 2025
2 parents 5345320 + 6cbc460 commit a23341b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynatrace/environment_v2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def list_objects(
"""
params = {
"schemaIds": schema_id,
"scope": scope,
"scopes": scope,
"fields": fields,
"externalIds": external_ids,
"filter": filter,
Expand Down

0 comments on commit a23341b

Please sign in to comment.