diff --git a/onesignal/api/default_api.py b/onesignal/api/default_api.py index 75b92b0..0df5da9 100644 --- a/onesignal/api/default_api.py +++ b/onesignal/api/default_api.py @@ -910,7 +910,7 @@ def __init__(self, api_client=None): 'auth': [ 'app_key' ], - 'endpoint_path': '/notifications/{notification_id}/export_events?app_id={app_id}', + 'endpoint_path': '/notifications/{notification_id}/export_events', 'operation_id': 'export_events', 'http_method': 'POST', 'servers': None, @@ -967,7 +967,7 @@ def __init__(self, api_client=None): 'auth': [ 'app_key' ], - 'endpoint_path': '/players/csv_export?app_id={app_id}', + 'endpoint_path': '/players/csv_export', 'operation_id': 'export_players', 'http_method': 'POST', 'servers': None,