Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 78d6640

Browse files
committedMay 9, 2025·
Generate ske
1 parent dab1abd commit 78d6640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎services/ske/src/stackit/ske/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __init__(self, configuration, header_name=None, header_value=None, cookie=No
8181
self.default_headers[header_name] = header_value
8282
self.cookie = cookie
8383
# Set default User-Agent.
84-
self.user_agent = "OpenAPI-Generator/1.0.0/python"
84+
self.user_agent = "stackit-sdk-python/ske"
8585

8686
def __enter__(self):
8787
return self

0 commit comments

Comments
 (0)
Please sign in to comment.