Saving current progress with change from using Query() to Path()
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user