Skip to content

Commit

Permalink
docs: add note to /additional-entity about filename usage
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 21, 2024
1 parent ae3891d commit 87d4117
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/backend/app/projects/project_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,11 @@ async def add_additional_entity_list(
db: Session = Depends(database.get_db),
project_user_dict: ProjectUserDict = Depends(project_manager),
):
"""Add an additional Entity list for the project in ODK."""
"""Add an additional Entity list for the project in ODK.
Note that the Entity list will be named from the filename
of the GeoJSON uploaded.
"""
project = project_user_dict.get("project")
project_id = project.id
project_odk_id = project.odkid
Expand Down

0 comments on commit 87d4117

Please sign in to comment.