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: nadag-innmelding-python-client/nadag_innmelding_python_client/api/default/delete_nadag_innmelding_v_1_geoteknisk_unders_geoteknisk_unders_id_unders_pkt_geoteknisk_borehull_id.py
+1-24Lines changed: 1 addition & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -6,32 +6,21 @@
6
6
7
7
from ... importerrors
8
8
from ...clientimportAuthenticatedClient, Client
9
-
from ...models.epsg_codeimportEpsgCode
10
9
from ...models.validated_geoteknisk_undersimportValidatedGeotekniskUnders
Copy file name to clipboardExpand all lines: nadag-innmelding-python-client/nadag_innmelding_python_client/api/default/get_nadag_innmelding_v_1_geoteknisk_borehull.py
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,8 @@ def sync_detailed(
77
77
) ->Response[Any|GeotekniskBorehull]:
78
78
"""Fetches a GeotekniskBorehull by external id.
79
79
80
-
Fetches a GeotekniskBorehull by external id. Returns the most recent one.
80
+
Fetches a GeotekniskBorehull by external id.Returns the most recent one, if not deleted from its
81
+
GeotekniskUnders.
81
82
82
83
Args:
83
84
ekstern_id (str):
@@ -114,7 +115,8 @@ def sync(
114
115
) ->Any|GeotekniskBorehull|None:
115
116
"""Fetches a GeotekniskBorehull by external id.
116
117
117
-
Fetches a GeotekniskBorehull by external id. Returns the most recent one.
118
+
Fetches a GeotekniskBorehull by external id.Returns the most recent one, if not deleted from its
119
+
GeotekniskUnders.
118
120
119
121
Args:
120
122
ekstern_id (str):
@@ -146,7 +148,8 @@ async def asyncio_detailed(
146
148
) ->Response[Any|GeotekniskBorehull]:
147
149
"""Fetches a GeotekniskBorehull by external id.
148
150
149
-
Fetches a GeotekniskBorehull by external id. Returns the most recent one.
151
+
Fetches a GeotekniskBorehull by external id.Returns the most recent one, if not deleted from its
152
+
GeotekniskUnders.
150
153
151
154
Args:
152
155
ekstern_id (str):
@@ -181,7 +184,8 @@ async def asyncio(
181
184
) ->Any|GeotekniskBorehull|None:
182
185
"""Fetches a GeotekniskBorehull by external id.
183
186
184
-
Fetches a GeotekniskBorehull by external id. Returns the most recent one.
187
+
Fetches a GeotekniskBorehull by external id.Returns the most recent one, if not deleted from its
0 commit comments