We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f1a46 commit 8f1310bCopy full SHA for 8f1310b
1 file changed
synapseclient/models/curation.py
@@ -997,7 +997,9 @@ class GridCsvImportRequest(AsynchronousCommunicator):
997
A request to import a CSV file into a grid. Currently supports only grid
998
created from a record set.
999
1000
- This result is modeled from: <https://rest-docs.synapse.org/rest/org/sagebionetworks/repo/model/grid/GridCsvImportRequest.html>
+ 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>
1003
"""
1004
1005
concrete_type: str = GRID_CSV_IMPORT_REQUEST
0 commit comments