Skip to content

Python - Missing path parameters #3352

Closed

Description

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

  • Status

    Done ✔️

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions