We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab1abd commit 2a9a151Copy full SHA for 2a9a151
services/logme/src/stackit/logme/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/logme"
85
86
def __enter__(self):
87
return self
0 commit comments