Skip to content

Commit 75467a0

Browse files
committed
Test
1 parent f2ee696 commit 75467a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core_backend/app/data_api/routers.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async def get_contents(
5858
Returns
5959
-------
6060
list[ContentRetrieve]
61-
A list of ContentRetrieve objects containing all contents for the user.
61+
A list of ContentRetrieve objects containing all contents in the workspace.
6262
"""
6363

6464
result = await asession.execute(
@@ -181,7 +181,7 @@ async def get_queries(
181181
Returns
182182
-------
183183
list[QueryExtract]
184-
A list of QueryExtract objects containing all queries for the user.
184+
A list of QueryExtract objects containing all queries for the workspace.
185185
"""
186186

187187
if isinstance(start_date, date):

0 commit comments

Comments
 (0)