We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2bbc2 commit 498f052Copy full SHA for 498f052
services/kms/src/stackit/kms/api_client.py
@@ -81,7 +81,7 @@ def __init__(self, configuration, header_name=None, header_value=None, cookie=No
81
self.default_headers[header_name] = header_value
82
self.cookie = cookie
83
# Set default User-Agent.
84
- self.user_agent = "OpenAPI-Generator/1.0.0/python"
+ self.user_agent = "stackit-sdk-python/kms"
85
86
def __enter__(self):
87
return self
0 commit comments