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