project
view_project(id=None, user_id=None, user=Depends(current_active_superuser), db=Depends(get_async_db))
async
¶
Query ProjectV2
table.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
id |
Optional[int]
|
If not |
None
|
user_id |
Optional[int]
|
If not |
None
|
Source code in fractal_server/app/routes/admin/v2/project.py
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
|