You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API calls like client.reports.get_teams_team_activity_detail_with_date(date=datetime.date(year=2023,month=9,day=22)).get() fail because the value for the date path parameter is not set.
Fix:
Update the constructor for RequestBuilders to add any passed path pameter to the path_parameters dictionary.
The text was updated successfully, but these errors were encountered:
API calls like
client.reports.get_teams_team_activity_detail_with_date(date=datetime.date(year=2023,month=9,day=22)).get()
fail because the value for thedate
path parameter is not set.Fix:
Update the constructor for
RequestBuilders
to add any passed path pameter to thepath_parameters
dictionary.The text was updated successfully, but these errors were encountered: