Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
Fix scopes parameter towards API call
  • Loading branch information
Dynatrace-Jeroen-Hautekeete committed Jan 14, 2025
1 parent 5345320 commit 6cbc460
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 6cbc460

Please sign in to comment.