Skip to content

Commit

Permalink
Merge pull request #394 from bento-platform/bug/1548
Browse files Browse the repository at this point in the history
Add 'max_query_params' to public_overview response
  • Loading branch information
brouillette committed Apr 24, 2023
2 parents 0b0f934 + 4473625 commit 58dab0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chord_metadata_service/restapi/api_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ def public_overview(_request):
"biosamples": biosamples_count,
"experiments": experiments_count
},
"max_query_parameters": settings.CONFIG_PUBLIC["rules"]["max_query_parameters"],
}

# Parse the public config to gather data for each field defined in the
Expand Down

0 comments on commit 58dab0a

Please sign in to comment.