We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ee696 commit 75467a0Copy full SHA for 75467a0
core_backend/app/data_api/routers.py
@@ -58,7 +58,7 @@ async def get_contents(
58
Returns
59
-------
60
list[ContentRetrieve]
61
- A list of ContentRetrieve objects containing all contents for the user.
+ A list of ContentRetrieve objects containing all contents in the workspace.
62
"""
63
64
result = await asession.execute(
@@ -181,7 +181,7 @@ async def get_queries(
181
182
183
list[QueryExtract]
184
- A list of QueryExtract objects containing all queries for the user.
+ A list of QueryExtract objects containing all queries for the workspace.
185
186
187
if isinstance(start_date, date):
0 commit comments