Saving current progress with change from using Query() to Path()

This commit is contained in:
Scott Idem
2024-04-26 14:51:11 -04:00
parent b37f14d25c
commit f4eda34035
67 changed files with 236 additions and 236 deletions

View File

@@ -816,7 +816,7 @@ async def post_obj(
obj_type_l1: Optional[str] = Path(..., max_length=50),
obj_type_l2: str = None,
obj_type_l3: str = None,
# obj_id: str = Query(..., min_length=11, max_length=22),
# obj_id: str = Path(min_length=11, max_length=22),
run_safety_check: bool = True,