Skip to content

Commit

Permalink
Remove general data endpoint from docs (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Oct 22, 2021
1 parent 4d13aab commit f743df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mp_api/routes/_general_store/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def general_store_resource(general_store):
post_query_operators=[GeneralStorePostQuery()],
get_query_operators=[GeneralStoreGetQuery()],
enable_default_search=True,
include_in_schema=True,
include_in_schema=False,
calculate_submission_id=True,
)

Expand Down

0 comments on commit f743df2

Please sign in to comment.