Skip to content

Commit

Permalink
Okay, defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Aug 15, 2024
1 parent 6da371a commit fa929e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/neurolibre_preview_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
@marshal_with(None,code=422,description="Cannot validate the payload, missing or invalid entries.")
@use_kwargs(DownloadSchema())
@doc(description='Endpoint for downloading data through repo2data.', tags=['Data'])
def api_download_data(user, id, repository_url, email, is_overwrite):
def api_download_data(user, id, repository_url, email=None, is_overwrite=None):
"""
This endpoint is to download data from GitHub (technical screening) requests.
"""
Expand Down

0 comments on commit fa929e2

Please sign in to comment.