Skip to content

Commit 8f1310b

Browse files
author
Lingling Peng
committed
add docstring to indicate response class
1 parent 30f1a46 commit 8f1310b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

synapseclient/models/curation.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,9 @@ class GridCsvImportRequest(AsynchronousCommunicator):
997997
A request to import a CSV file into a grid. Currently supports only grid
998998
created from a record set.
999999
1000-
This result is modeled from: <https://rest-docs.synapse.org/rest/org/sagebionetworks/repo/model/grid/GridCsvImportRequest.html>
1000+
This request is modeled from: <https://rest-docs.synapse.org/rest/org/sagebionetworks/repo/model/grid/GridCsvImportRequest.html>
1001+
1002+
The response is modeled from: <https://rest-docs.synapse.org/rest/org/sagebionetworks/repo/model/grid/GridCsvImportResponse.html>
10011003
"""
10021004

10031005
concrete_type: str = GRID_CSV_IMPORT_REQUEST

0 commit comments

Comments
 (0)