You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: field-manager-python-client/field_manager_python_client/api/locations/export_projects_project_id_locations_location_id_export_get.py
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,7 @@ def sync_detailed(
77
77
78
78
Supported **export_type** (MethodExportType):
79
79
80
-
- **SND**: Download SND file.
81
-
For now only CPT, RP, SS and TOT methods are supported.
82
-
You will get a single SND file containing all methods for this location.
80
+
- **SND**: Download SND, PRV, GRV files for all methods in a location in a zip file.
83
81
84
82
Args:
85
83
project_id (str):
@@ -123,9 +121,7 @@ def sync(
123
121
124
122
Supported **export_type** (MethodExportType):
125
123
126
-
- **SND**: Download SND file.
127
-
For now only CPT, RP, SS and TOT methods are supported.
128
-
You will get a single SND file containing all methods for this location.
124
+
- **SND**: Download SND, PRV, GRV files for all methods in a location in a zip file.
129
125
130
126
Args:
131
127
project_id (str):
@@ -164,9 +160,7 @@ async def asyncio_detailed(
164
160
165
161
Supported **export_type** (MethodExportType):
166
162
167
-
- **SND**: Download SND file.
168
-
For now only CPT, RP, SS and TOT methods are supported.
169
-
You will get a single SND file containing all methods for this location.
163
+
- **SND**: Download SND, PRV, GRV files for all methods in a location in a zip file.
170
164
171
165
Args:
172
166
project_id (str):
@@ -208,9 +202,7 @@ async def asyncio(
208
202
209
203
Supported **export_type** (MethodExportType):
210
204
211
-
- **SND**: Download SND file.
212
-
For now only CPT, RP, SS and TOT methods are supported.
213
-
You will get a single SND file containing all methods for this location.
205
+
- **SND**: Download SND, PRV, GRV files for all methods in a location in a zip file.
0 commit comments