authentik-api 2026.2.3.rc1 → 2026.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -115,7 +115,7 @@ module Authentik::Api
115
115
  fail ArgumentError, "Missing the required parameter 'uuid' when calling SsfApi.ssf_streams_retrieve"
116
116
  end
117
117
  # resource path
118
- local_var_path = '/ssf/streams/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
118
+ local_var_path = '/ssf/streams/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
119
119
 
120
120
  # query parameters
121
121
  query_params = opts[:query_params] || {}