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 68db6d0 commit 8f2bbc2Copy full SHA for 8f2bbc2
services/git/src/stackit/git/api_client.py
@@ -82,7 +82,7 @@ def __init__(self, configuration, header_name=None, header_value=None, cookie=No
82
self.default_headers[header_name] = header_value
83
self.cookie = cookie
84
# Set default User-Agent.
85
- self.user_agent = "OpenAPI-Generator/1.0.0/python"
+ self.user_agent = "stackit-sdk-python/git"
86
87
def __enter__(self):
88
return self
0 commit comments