From b1aa2bc64f11598c7a3bd5976071cec0074d9607 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Fri, 9 May 2025 12:04:22 +0000 Subject: [PATCH] Generate mariadb --- services/mariadb/src/stackit/mariadb/api_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mariadb/src/stackit/mariadb/api_client.py b/services/mariadb/src/stackit/mariadb/api_client.py index 979dfdbae..de9346386 100644 --- a/services/mariadb/src/stackit/mariadb/api_client.py +++ b/services/mariadb/src/stackit/mariadb/api_client.py @@ -81,7 +81,7 @@ def __init__(self, configuration, header_name=None, header_value=None, cookie=No self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = "OpenAPI-Generator/1.0.0/python" + self.user_agent = "stackit-sdk-python/mariadb" def __enter__(self): return self