Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/logs/src/stackit/logs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

This API provides endpoints for managing STACKIT Logs.

The version of the OpenAPI document: 1beta.0.3
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
26 changes: 13 additions & 13 deletions services/logs/src/stackit/logs/api/default_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API provides endpoints for managing STACKIT Logs.

The version of the OpenAPI document: 1beta.0.3
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down Expand Up @@ -336,7 +336,7 @@ def _create_access_token_serialize(

return self.api_client.param_serialize(
method="POST",
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens",
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens",
path_params=_path_params,
query_params=_query_params,
header_params=_header_params,
Expand Down Expand Up @@ -621,7 +621,7 @@ def _create_logs_instance_serialize(

return self.api_client.param_serialize(
method="POST",
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances",
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances",
path_params=_path_params,
query_params=_query_params,
header_params=_header_params,
Expand Down Expand Up @@ -913,7 +913,7 @@ def _delete_access_token_serialize(

return self.api_client.param_serialize(
method="DELETE",
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}",
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}",
path_params=_path_params,
query_params=_query_params,
header_params=_header_params,
Expand Down Expand Up @@ -1190,7 +1190,7 @@ def _delete_all_access_tokens_serialize(

return self.api_client.param_serialize(
method="DELETE",
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens",
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens",
path_params=_path_params,
query_params=_query_params,
header_params=_header_params,
Expand Down Expand Up @@ -1467,7 +1467,7 @@ def _delete_all_expired_access_tokens_serialize(

return self.api_client.param_serialize(
method="DELETE",
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/expired",
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/expired",
path_params=_path_params,
query_params=_query_params,
header_params=_header_params,
Expand Down Expand Up @@ -1744,7 +1744,7 @@ def _delete_logs_instance_serialize(

return self.api_client.param_serialize(
method="DELETE",
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}",
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}",
path_params=_path_params,
query_params=_query_params,
header_params=_header_params,
Expand Down Expand Up @@ -2036,7 +2036,7 @@ def _get_access_token_serialize(

return self.api_client.param_serialize(
method="GET",
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}",
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}",
path_params=_path_params,
query_params=_query_params,
header_params=_header_params,
Expand Down Expand Up @@ -2310,7 +2310,7 @@ def _get_logs_instance_serialize(

return self.api_client.param_serialize(
method="GET",
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}",
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}",
path_params=_path_params,
query_params=_query_params,
header_params=_header_params,
Expand Down Expand Up @@ -2587,7 +2587,7 @@ def _list_access_tokens_serialize(

return self.api_client.param_serialize(
method="GET",
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens",
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens",
path_params=_path_params,
query_params=_query_params,
header_params=_header_params,
Expand Down Expand Up @@ -2843,7 +2843,7 @@ def _list_logs_instances_serialize(

return self.api_client.param_serialize(
method="GET",
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances",
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances",
path_params=_path_params,
query_params=_query_params,
header_params=_header_params,
Expand Down Expand Up @@ -3158,7 +3158,7 @@ def _update_access_token_serialize(

return self.api_client.param_serialize(
method="PUT",
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}",
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}/access-tokens/{tId}",
path_params=_path_params,
query_params=_query_params,
header_params=_header_params,
Expand Down Expand Up @@ -3458,7 +3458,7 @@ def _update_logs_instance_serialize(

return self.api_client.param_serialize(
method="PUT",
resource_path="/v1beta/projects/{projectId}/regions/{regionId}/instances/{instanceId}",
resource_path="/v1/projects/{projectId}/regions/{regionId}/instances/{instanceId}",
path_params=_path_params,
query_params=_query_params,
header_params=_header_params,
Expand Down
2 changes: 1 addition & 1 deletion services/logs/src/stackit/logs/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API provides endpoints for managing STACKIT Logs.

The version of the OpenAPI document: 1beta.0.3
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion services/logs/src/stackit/logs/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API provides endpoints for managing STACKIT Logs.

The version of the OpenAPI document: 1beta.0.3
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion services/logs/src/stackit/logs/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API provides endpoints for managing STACKIT Logs.

The version of the OpenAPI document: 1beta.0.3
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion services/logs/src/stackit/logs/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This API provides endpoints for managing STACKIT Logs.

The version of the OpenAPI document: 1beta.0.3
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion services/logs/src/stackit/logs/models/access_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API provides endpoints for managing STACKIT Logs.

The version of the OpenAPI document: 1beta.0.3
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API provides endpoints for managing STACKIT Logs.

The version of the OpenAPI document: 1beta.0.3
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API provides endpoints for managing STACKIT Logs.

The version of the OpenAPI document: 1beta.0.3
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API provides endpoints for managing STACKIT Logs.

The version of the OpenAPI document: 1beta.0.3
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion services/logs/src/stackit/logs/models/logs_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API provides endpoints for managing STACKIT Logs.

The version of the OpenAPI document: 1beta.0.3
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API provides endpoints for managing STACKIT Logs.

The version of the OpenAPI document: 1beta.0.3
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API provides endpoints for managing STACKIT Logs.

The version of the OpenAPI document: 1beta.0.3
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API provides endpoints for managing STACKIT Logs.

The version of the OpenAPI document: 1beta.0.3
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion services/logs/src/stackit/logs/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This API provides endpoints for managing STACKIT Logs.

The version of the OpenAPI document: 1beta.0.3
The version of the OpenAPI document: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
Loading