Skip to content

Commit 28610cc

Browse files
Generate logs
1 parent d38df9f commit 28610cc

15 files changed

+27
-27
lines changed

services/logs/src/stackit/logs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
This API provides endpoints for managing STACKIT Logs.
99
10-
The version of the OpenAPI document: 1beta.0.3
10+
The version of the OpenAPI document: 1.0.0
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
1313
Do not edit the class manually.

services/logs/src/stackit/logs/api/default_api.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API provides endpoints for managing STACKIT Logs.
77
8-
The version of the OpenAPI document: 1beta.0.3
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -336,7 +336,7 @@ def _create_access_token_serialize(
336336

337337
return self.api_client.param_serialize(
338338
method="POST",
339-
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens",
339+
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens",
340340
path_params=_path_params,
341341
query_params=_query_params,
342342
header_params=_header_params,
@@ -621,7 +621,7 @@ def _create_logs_instance_serialize(
621621

622622
return self.api_client.param_serialize(
623623
method="POST",
624-
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances",
624+
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances",
625625
path_params=_path_params,
626626
query_params=_query_params,
627627
header_params=_header_params,
@@ -913,7 +913,7 @@ def _delete_access_token_serialize(
913913

914914
return self.api_client.param_serialize(
915915
method="DELETE",
916-
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}",
916+
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}",
917917
path_params=_path_params,
918918
query_params=_query_params,
919919
header_params=_header_params,
@@ -1190,7 +1190,7 @@ def _delete_all_access_tokens_serialize(
11901190

11911191
return self.api_client.param_serialize(
11921192
method="DELETE",
1193-
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens",
1193+
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens",
11941194
path_params=_path_params,
11951195
query_params=_query_params,
11961196
header_params=_header_params,
@@ -1467,7 +1467,7 @@ def _delete_all_expired_access_tokens_serialize(
14671467

14681468
return self.api_client.param_serialize(
14691469
method="DELETE",
1470-
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/expired",
1470+
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/expired",
14711471
path_params=_path_params,
14721472
query_params=_query_params,
14731473
header_params=_header_params,
@@ -1744,7 +1744,7 @@ def _delete_logs_instance_serialize(
17441744

17451745
return self.api_client.param_serialize(
17461746
method="DELETE",
1747-
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}",
1747+
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}",
17481748
path_params=_path_params,
17491749
query_params=_query_params,
17501750
header_params=_header_params,
@@ -2036,7 +2036,7 @@ def _get_access_token_serialize(
20362036

20372037
return self.api_client.param_serialize(
20382038
method="GET",
2039-
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}",
2039+
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}",
20402040
path_params=_path_params,
20412041
query_params=_query_params,
20422042
header_params=_header_params,
@@ -2310,7 +2310,7 @@ def _get_logs_instance_serialize(
23102310

23112311
return self.api_client.param_serialize(
23122312
method="GET",
2313-
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}",
2313+
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}",
23142314
path_params=_path_params,
23152315
query_params=_query_params,
23162316
header_params=_header_params,
@@ -2587,7 +2587,7 @@ def _list_access_tokens_serialize(
25872587

25882588
return self.api_client.param_serialize(
25892589
method="GET",
2590-
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens",
2590+
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens",
25912591
path_params=_path_params,
25922592
query_params=_query_params,
25932593
header_params=_header_params,
@@ -2843,7 +2843,7 @@ def _list_logs_instances_serialize(
28432843

28442844
return self.api_client.param_serialize(
28452845
method="GET",
2846-
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances",
2846+
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances",
28472847
path_params=_path_params,
28482848
query_params=_query_params,
28492849
header_params=_header_params,
@@ -3158,7 +3158,7 @@ def _update_access_token_serialize(
31583158

31593159
return self.api_client.param_serialize(
31603160
method="PUT",
3161-
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}",
3161+
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}",
31623162
path_params=_path_params,
31633163
query_params=_query_params,
31643164
header_params=_header_params,
@@ -3458,7 +3458,7 @@ def _update_logs_instance_serialize(
34583458

34593459
return self.api_client.param_serialize(
34603460
method="PUT",
3461-
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}",
3461+
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}",
34623462
path_params=_path_params,
34633463
query_params=_query_params,
34643464
header_params=_header_params,

services/logs/src/stackit/logs/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API provides endpoints for managing STACKIT Logs.
77
8-
The version of the OpenAPI document: 1beta.0.3
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

services/logs/src/stackit/logs/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API provides endpoints for managing STACKIT Logs.
77
8-
The version of the OpenAPI document: 1beta.0.3
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

services/logs/src/stackit/logs/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API provides endpoints for managing STACKIT Logs.
77
8-
The version of the OpenAPI document: 1beta.0.3
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

services/logs/src/stackit/logs/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
This API provides endpoints for managing STACKIT Logs.
88
9-
The version of the OpenAPI document: 1beta.0.3
9+
The version of the OpenAPI document: 1.0.0
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
1212
Do not edit the class manually.

services/logs/src/stackit/logs/models/access_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API provides endpoints for managing STACKIT Logs.
77
8-
The version of the OpenAPI document: 1beta.0.3
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

services/logs/src/stackit/logs/models/access_token_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API provides endpoints for managing STACKIT Logs.
77
8-
The version of the OpenAPI document: 1beta.0.3
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

services/logs/src/stackit/logs/models/create_access_token_payload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API provides endpoints for managing STACKIT Logs.
77
8-
The version of the OpenAPI document: 1beta.0.3
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

services/logs/src/stackit/logs/models/create_logs_instance_payload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This API provides endpoints for managing STACKIT Logs.
77
8-
The version of the OpenAPI document: 1beta.0.3
8+
The version of the OpenAPI document: 1.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

0 commit comments

Comments
 (0)