@@ -264,7 +264,8 @@ private okhttp3.Call addRoutesToRoutingTableValidateBeforeCall(
264264 }
265265
266266 /**
267- * Create new routes in a routing table. Create new routes in an existing routing table.
267+ * Create new routes in a routing table. Create new routes in an existing routing table of a
268+ * network area.
268269 *
269270 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
270271 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -306,7 +307,8 @@ public RouteListResponse addRoutesToRoutingTable(
306307 }
307308
308309 /**
309- * Create new routes in a routing table. Create new routes in an existing routing table.
310+ * Create new routes in a routing table. Create new routes in an existing routing table of a
311+ * network area.
310312 *
311313 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
312314 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -351,7 +353,7 @@ public ApiResponse<RouteListResponse> addRoutesToRoutingTableWithHttpInfo(
351353
352354 /**
353355 * Create new routes in a routing table. (asynchronously) Create new routes in an existing
354- * routing table.
356+ * routing table of a network area .
355357 *
356358 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
357359 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -1229,7 +1231,8 @@ private okhttp3.Call deleteRouteFromRoutingTableValidateBeforeCall(
12291231 }
12301232
12311233 /**
1232- * Delete a route in a routing table. Delete a route in an existing routing table.
1234+ * Delete a route in a routing table. Delete a route in an existing routing table of a network
1235+ * area.
12331236 *
12341237 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
12351238 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -1262,7 +1265,8 @@ public void deleteRouteFromRoutingTable(
12621265 }
12631266
12641267 /**
1265- * Delete a route in a routing table. Delete a route in an existing routing table.
1268+ * Delete a route in a routing table. Delete a route in an existing routing table of a network
1269+ * area.
12661270 *
12671271 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
12681272 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -1299,7 +1303,7 @@ public ApiResponse<Void> deleteRouteFromRoutingTableWithHttpInfo(
12991303
13001304 /**
13011305 * Delete a route in a routing table. (asynchronously) Delete a route in an existing routing
1302- * table.
1306+ * table of a network area .
13031307 *
13041308 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
13051309 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -1929,7 +1933,7 @@ private okhttp3.Call getRouteOfRoutingTableValidateBeforeCall(
19291933
19301934 /**
19311935 * Get details about a route of a routing table. Get details about a route defined in a routing
1932- * table.
1936+ * table of a network area .
19331937 *
19341938 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
19351939 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -1966,7 +1970,7 @@ public Route getRouteOfRoutingTable(
19661970
19671971 /**
19681972 * Get details about a route of a routing table. Get details about a route defined in a routing
1969- * table.
1973+ * table of a network area .
19701974 *
19711975 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
19721976 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -2004,7 +2008,7 @@ public ApiResponse<Route> getRouteOfRoutingTableWithHttpInfo(
20042008
20052009 /**
20062010 * Get details about a route of a routing table. (asynchronously) Get details about a route
2007- * defined in a routing table.
2011+ * defined in a routing table of a network area .
20082012 *
20092013 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
20102014 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -2627,7 +2631,8 @@ private okhttp3.Call listNetworksOfRoutingTableValidateBeforeCall(
26272631 }
26282632
26292633 /**
2630- * List all networks in a routing table. Get a list of all networks in a routing table.
2634+ * List all networks in a routing table. Get a list of all networks in a routing table of a
2635+ * network area.
26312636 *
26322637 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
26332638 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -2661,7 +2666,8 @@ public NetworkListResponse listNetworksOfRoutingTable(
26612666 }
26622667
26632668 /**
2664- * List all networks in a routing table. Get a list of all networks in a routing table.
2669+ * List all networks in a routing table. Get a list of all networks in a routing table of a
2670+ * network area.
26652671 *
26662672 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
26672673 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -2697,7 +2703,7 @@ public ApiResponse<NetworkListResponse> listNetworksOfRoutingTableWithHttpInfo(
26972703
26982704 /**
26992705 * List all networks in a routing table. (asynchronously) Get a list of all networks in a
2700- * routing table.
2706+ * routing table of a network area .
27012707 *
27022708 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
27032709 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -2874,7 +2880,8 @@ private okhttp3.Call listRoutesOfRoutingTableValidateBeforeCall(
28742880 }
28752881
28762882 /**
2877- * List all routes in a routing table. Get a list of all routes in a routing table.
2883+ * List all routes in a routing table. Get a list of all routes in a routing table of a network
2884+ * area.
28782885 *
28792886 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
28802887 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -2910,7 +2917,8 @@ public RouteListResponse listRoutesOfRoutingTable(
29102917 }
29112918
29122919 /**
2913- * List all routes in a routing table. Get a list of all routes in a routing table.
2920+ * List all routes in a routing table. Get a list of all routes in a routing table of a network
2921+ * area.
29142922 *
29152923 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
29162924 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -2948,7 +2956,7 @@ public ApiResponse<RouteListResponse> listRoutesOfRoutingTableWithHttpInfo(
29482956
29492957 /**
29502958 * List all routes in a routing table. (asynchronously) Get a list of all routes in a routing
2951- * table.
2959+ * table of a network area .
29522960 *
29532961 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
29542962 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -3614,7 +3622,8 @@ private okhttp3.Call updateRouteOfRoutingTableValidateBeforeCall(
36143622 }
36153623
36163624 /**
3617- * Update a route of a routing table. Update a route defined in a routing table.
3625+ * Update a route of a routing table. Update a route defined in a routing table of a network
3626+ * area.
36183627 *
36193628 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
36203629 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -3659,7 +3668,8 @@ public Route updateRouteOfRoutingTable(
36593668 }
36603669
36613670 /**
3662- * Update a route of a routing table. Update a route defined in a routing table.
3671+ * Update a route of a routing table. Update a route defined in a routing table of a network
3672+ * area.
36633673 *
36643674 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
36653675 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
@@ -3706,8 +3716,8 @@ public ApiResponse<Route> updateRouteOfRoutingTableWithHttpInfo(
37063716 }
37073717
37083718 /**
3709- * Update a route of a routing table. (asynchronously) Update a route defined in a routing
3710- * table .
3719+ * Update a route of a routing table. (asynchronously) Update a route defined in a routing table
3720+ * of a network area .
37113721 *
37123722 * @param organizationId The identifier (ID) of a STACKIT Organization. (required)
37133723 * @param areaId The identifier (ID) of a STACKIT Network Area. (required)
0 commit comments