We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7acf6 commit 30f1a46Copy full SHA for 30f1a46
1 file changed
synapseclient/models/mixins/asynchronous_job.py
@@ -37,7 +37,7 @@
37
CREATE_SCHEMA_REQUEST: "/schema/type/create/async",
38
QUERY_TABLE_CSV_REQUEST: "/entity/{entityId}/table/download/csv/async",
39
QUERY_BUNDLE_REQUEST: "/entity/{entityId}/table/query/async",
40
- GRID_CSV_IMPORT_REQUEST: "/grid/import/csv/async/",
+ GRID_CSV_IMPORT_REQUEST: "/grid/import/csv/async",
41
UPLOAD_TO_TABLE_PREVIEW_REQUEST: "/table/upload/csv/preview/async",
42
}
43
0 commit comments