File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -763,16 +763,18 @@ components:
763763 type : string
764764 enum :
765765 - epsg_4326
766+ - epsg_5971
766767 - epsg_5972
767768 - epsg_5973
768769 - epsg_5974
769770 - epsg_5975
770771 - epsg_5976
771- - epsg_32632
772- - epsg_32633
773- - epsg_32634
774- - epsg_32635
775- - epsg_32636
772+ - epsg_25831
773+ - epsg_25832
774+ - epsg_25833
775+ - epsg_25834
776+ - epsg_25835
777+ - epsg_25836
776778 - epsg_5105
777779 - epsg_5106
778780 - epsg_5107
@@ -5454,9 +5456,19 @@ paths:
54545456 type : string
54555457 name : geotekniskUndersId
54565458 in : path
5459+ - description : The epsg code of the geometry.
5460+ required : true
5461+ schema :
5462+ $ref : " #/components/schemas/EpsgCode"
5463+ name : epsgCode
5464+ in : query
54575465 responses :
5458- " 204 " :
5459- description : No Content
5466+ " 200 " :
5467+ description : OK
5468+ content :
5469+ application/json :
5470+ schema :
5471+ $ref : " #/components/schemas/ValidatedGeotekniskUnders"
54605472 security :
54615473 - Authentication : []
54625474 /nadag/innmelding/v1/GeotekniskUnders :
@@ -5546,6 +5558,8 @@ paths:
55465558 responses :
55475559 " 401 " :
55485560 description : Unauthorized Error
5561+ " 404 " :
5562+ description : Not Found Error
55495563 " 200 " :
55505564 description : The GeotekniskUnders is updated
55515565 content :
You can’t perform that action at this time.
0 commit comments