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
@Tag(name = "georesources", description = "Additional georesources that are necessary for the computation of indicators (e.g. land use, locations of schools, streets/ways)")
43
43
publicinterfaceGeoresourcesApi {
@@ -47,7 +47,7 @@ public interface GeoresourcesApi {
47
47
* POST /georesources : Import a new geo-resource
48
48
* Import a geo-resource dataset for a certain period of time. Parses Input source, extracts relevant data, performs schema mapping to KomMonitor data model and calls POST /georesources of KomMonitor Data Management API
49
49
*
50
-
* @param importGeoresourcePOSTInputType Definitions to create georesources (optional)
50
+
* @param importGeoresourcePOSTInputType Definitions to create georesources (required)
51
51
* @return List of created feature IDs (status code 200)
52
52
* or Bad Request (status code 400)
53
53
* or Unauthenticated (status code 401)
@@ -79,7 +79,7 @@ public interface GeoresourcesApi {
* POST /georesources/update : Update a georesource
89
89
* Update a georesource dataset for a certain period of time. Parses Input source, extracts relevant data, performs schema mapping to KomMonitor data model and calls PUT /georesources of KomMonitor Data Management API
90
90
*
91
-
* @param updateGeoresourcePOSTInputType Definitions to update georesources (optional)
91
+
* @param updateGeoresourcePOSTInputType Definitions to update georesources (required)
92
92
* @return List of created feature IDs (status code 200)
0 commit comments