We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1561141 commit 4d082c3Copy full SHA for 4d082c3
synapseclient/api/evaluation_services.py
@@ -403,6 +403,9 @@ async def create_submission(
403
etag: The current eTag of the Entity being submitted.
404
synapse_client: If not passed in and caching was not disabled by `Synapse.allow_client_caching(False)` this will use the last created
405
instance from the Synapse class constructor.
406
+
407
+ Returns:
408
+ A response JSON containing the created Submission model's attributes.
409
"""
410
from synapseclient import Synapse
411
0 commit comments