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