From 26f95408753b9a8c6c857970a504074430868aa6 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Thu, 8 May 2025 13:21:31 +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