Skip to content

Commit 4d082c3

Browse files
committed
add Return description to create_submission
1 parent 1561141 commit 4d082c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

synapseclient/api/evaluation_services.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,9 @@ async def create_submission(
403403
etag: The current eTag of the Entity being submitted.
404404
synapse_client: If not passed in and caching was not disabled by `Synapse.allow_client_caching(False)` this will use the last created
405405
instance from the Synapse class constructor.
406+
407+
Returns:
408+
A response JSON containing the created Submission model's attributes.
406409
"""
407410
from synapseclient import Synapse
408411

0 commit comments

Comments
 (0)