authentik-api 2026.2.2 → 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.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/README_API.md +6 -6
  3. data/lib/authentik/api/api/admin_api.rb +1 -1
  4. data/lib/authentik/api/api/authenticators_api.rb +60 -60
  5. data/lib/authentik/api/api/core_api.rb +45 -45
  6. data/lib/authentik/api/api/crypto_api.rb +7 -7
  7. data/lib/authentik/api/api/endpoints_api.rb +35 -35
  8. data/lib/authentik/api/api/enterprise_api.rb +5 -5
  9. data/lib/authentik/api/api/events_api.rb +20 -20
  10. data/lib/authentik/api/api/flows_api.rb +16 -16
  11. data/lib/authentik/api/api/lifecycle_api.rb +5 -5
  12. data/lib/authentik/api/api/managed_api.rb +6 -6
  13. data/lib/authentik/api/api/oauth2_api.rb +9 -9
  14. data/lib/authentik/api/api/outposts_api.rb +22 -22
  15. data/lib/authentik/api/api/policies_api.rb +52 -52
  16. data/lib/authentik/api/api/propertymappings_api.rb +79 -79
  17. data/lib/authentik/api/api/providers_api.rb +88 -88
  18. data/lib/authentik/api/api/rac_api.rb +10 -10
  19. data/lib/authentik/api/api/rbac_api.rb +15 -15
  20. data/lib/authentik/api/api/reports_api.rb +2 -2
  21. data/lib/authentik/api/api/sources_api.rb +123 -123
  22. data/lib/authentik/api/api/ssf_api.rb +1 -1
  23. data/lib/authentik/api/api/stages_api.rb +142 -142
  24. data/lib/authentik/api/api/tasks_api.rb +6 -6
  25. data/lib/authentik/api/api/tenants_api.rb +10 -10
  26. data/lib/authentik/api/models/device_user_binding.rb +3 -45
  27. data/lib/authentik/api/models/expiring_base_grant_model.rb +1 -1
  28. data/lib/authentik/api/models/notification_rule.rb +1 -15
  29. data/lib/authentik/api/models/policy_binding.rb +3 -45
  30. data/lib/authentik/api/models/saml_metadata.rb +0 -2
  31. data/lib/authentik/api/models/token_model.rb +1 -1
  32. data/lib/authentik/api/version.rb +1 -1
  33. metadata +1 -1
@@ -35,7 +35,7 @@ module Authentik::Api
35
35
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_all_destroy"
36
36
  end
37
37
  # resource path
38
- local_var_path = '/sources/all/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
38
+ local_var_path = '/sources/all/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
39
39
 
40
40
  # query parameters
41
41
  query_params = opts[:query_params] || {}
@@ -175,7 +175,7 @@ module Authentik::Api
175
175
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_all_retrieve"
176
176
  end
177
177
  # resource path
178
- local_var_path = '/sources/all/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
178
+ local_var_path = '/sources/all/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
179
179
 
180
180
  # query parameters
181
181
  query_params = opts[:query_params] || {}
@@ -291,7 +291,7 @@ module Authentik::Api
291
291
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_all_used_by_list"
292
292
  end
293
293
  # resource path
294
- local_var_path = '/sources/all/{slug}/used_by/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
294
+ local_var_path = '/sources/all/{slug}/used_by/'.sub('{slug}', CGI.escape(slug.to_s))
295
295
 
296
296
  # query parameters
297
297
  query_params = opts[:query_params] || {}
@@ -407,7 +407,7 @@ module Authentik::Api
407
407
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_all_destroy"
408
408
  end
409
409
  # resource path
410
- local_var_path = '/sources/group_connections/all/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
410
+ local_var_path = '/sources/group_connections/all/{id}/'.sub('{id}', CGI.escape(id.to_s))
411
411
 
412
412
  # query parameters
413
413
  query_params = opts[:query_params] || {}
@@ -543,7 +543,7 @@ module Authentik::Api
543
543
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_all_partial_update"
544
544
  end
545
545
  # resource path
546
- local_var_path = '/sources/group_connections/all/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
546
+ local_var_path = '/sources/group_connections/all/{id}/'.sub('{id}', CGI.escape(id.to_s))
547
547
 
548
548
  # query parameters
549
549
  query_params = opts[:query_params] || {}
@@ -609,7 +609,7 @@ module Authentik::Api
609
609
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_all_retrieve"
610
610
  end
611
611
  # resource path
612
- local_var_path = '/sources/group_connections/all/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
612
+ local_var_path = '/sources/group_connections/all/{id}/'.sub('{id}', CGI.escape(id.to_s))
613
613
 
614
614
  # query parameters
615
615
  query_params = opts[:query_params] || {}
@@ -676,7 +676,7 @@ module Authentik::Api
676
676
  fail ArgumentError, "Missing the required parameter 'group_source_connection_request' when calling SourcesApi.sources_group_connections_all_update"
677
677
  end
678
678
  # resource path
679
- local_var_path = '/sources/group_connections/all/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
679
+ local_var_path = '/sources/group_connections/all/{id}/'.sub('{id}', CGI.escape(id.to_s))
680
680
 
681
681
  # query parameters
682
682
  query_params = opts[:query_params] || {}
@@ -742,7 +742,7 @@ module Authentik::Api
742
742
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_all_used_by_list"
743
743
  end
744
744
  # resource path
745
- local_var_path = '/sources/group_connections/all/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
745
+ local_var_path = '/sources/group_connections/all/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
746
746
 
747
747
  # query parameters
748
748
  query_params = opts[:query_params] || {}
@@ -869,7 +869,7 @@ module Authentik::Api
869
869
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_kerberos_destroy"
870
870
  end
871
871
  # resource path
872
- local_var_path = '/sources/group_connections/kerberos/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
872
+ local_var_path = '/sources/group_connections/kerberos/{id}/'.sub('{id}', CGI.escape(id.to_s))
873
873
 
874
874
  # query parameters
875
875
  query_params = opts[:query_params] || {}
@@ -1005,7 +1005,7 @@ module Authentik::Api
1005
1005
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_kerberos_partial_update"
1006
1006
  end
1007
1007
  # resource path
1008
- local_var_path = '/sources/group_connections/kerberos/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
1008
+ local_var_path = '/sources/group_connections/kerberos/{id}/'.sub('{id}', CGI.escape(id.to_s))
1009
1009
 
1010
1010
  # query parameters
1011
1011
  query_params = opts[:query_params] || {}
@@ -1071,7 +1071,7 @@ module Authentik::Api
1071
1071
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_kerberos_retrieve"
1072
1072
  end
1073
1073
  # resource path
1074
- local_var_path = '/sources/group_connections/kerberos/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
1074
+ local_var_path = '/sources/group_connections/kerberos/{id}/'.sub('{id}', CGI.escape(id.to_s))
1075
1075
 
1076
1076
  # query parameters
1077
1077
  query_params = opts[:query_params] || {}
@@ -1138,7 +1138,7 @@ module Authentik::Api
1138
1138
  fail ArgumentError, "Missing the required parameter 'group_kerberos_source_connection_request' when calling SourcesApi.sources_group_connections_kerberos_update"
1139
1139
  end
1140
1140
  # resource path
1141
- local_var_path = '/sources/group_connections/kerberos/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
1141
+ local_var_path = '/sources/group_connections/kerberos/{id}/'.sub('{id}', CGI.escape(id.to_s))
1142
1142
 
1143
1143
  # query parameters
1144
1144
  query_params = opts[:query_params] || {}
@@ -1204,7 +1204,7 @@ module Authentik::Api
1204
1204
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_kerberos_used_by_list"
1205
1205
  end
1206
1206
  # resource path
1207
- local_var_path = '/sources/group_connections/kerberos/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
1207
+ local_var_path = '/sources/group_connections/kerberos/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
1208
1208
 
1209
1209
  # query parameters
1210
1210
  query_params = opts[:query_params] || {}
@@ -1331,7 +1331,7 @@ module Authentik::Api
1331
1331
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_ldap_destroy"
1332
1332
  end
1333
1333
  # resource path
1334
- local_var_path = '/sources/group_connections/ldap/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
1334
+ local_var_path = '/sources/group_connections/ldap/{id}/'.sub('{id}', CGI.escape(id.to_s))
1335
1335
 
1336
1336
  # query parameters
1337
1337
  query_params = opts[:query_params] || {}
@@ -1467,7 +1467,7 @@ module Authentik::Api
1467
1467
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_ldap_partial_update"
1468
1468
  end
1469
1469
  # resource path
1470
- local_var_path = '/sources/group_connections/ldap/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
1470
+ local_var_path = '/sources/group_connections/ldap/{id}/'.sub('{id}', CGI.escape(id.to_s))
1471
1471
 
1472
1472
  # query parameters
1473
1473
  query_params = opts[:query_params] || {}
@@ -1533,7 +1533,7 @@ module Authentik::Api
1533
1533
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_ldap_retrieve"
1534
1534
  end
1535
1535
  # resource path
1536
- local_var_path = '/sources/group_connections/ldap/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
1536
+ local_var_path = '/sources/group_connections/ldap/{id}/'.sub('{id}', CGI.escape(id.to_s))
1537
1537
 
1538
1538
  # query parameters
1539
1539
  query_params = opts[:query_params] || {}
@@ -1600,7 +1600,7 @@ module Authentik::Api
1600
1600
  fail ArgumentError, "Missing the required parameter 'group_ldap_source_connection_request' when calling SourcesApi.sources_group_connections_ldap_update"
1601
1601
  end
1602
1602
  # resource path
1603
- local_var_path = '/sources/group_connections/ldap/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
1603
+ local_var_path = '/sources/group_connections/ldap/{id}/'.sub('{id}', CGI.escape(id.to_s))
1604
1604
 
1605
1605
  # query parameters
1606
1606
  query_params = opts[:query_params] || {}
@@ -1666,7 +1666,7 @@ module Authentik::Api
1666
1666
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_ldap_used_by_list"
1667
1667
  end
1668
1668
  # resource path
1669
- local_var_path = '/sources/group_connections/ldap/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
1669
+ local_var_path = '/sources/group_connections/ldap/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
1670
1670
 
1671
1671
  # query parameters
1672
1672
  query_params = opts[:query_params] || {}
@@ -1793,7 +1793,7 @@ module Authentik::Api
1793
1793
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_oauth_destroy"
1794
1794
  end
1795
1795
  # resource path
1796
- local_var_path = '/sources/group_connections/oauth/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
1796
+ local_var_path = '/sources/group_connections/oauth/{id}/'.sub('{id}', CGI.escape(id.to_s))
1797
1797
 
1798
1798
  # query parameters
1799
1799
  query_params = opts[:query_params] || {}
@@ -1929,7 +1929,7 @@ module Authentik::Api
1929
1929
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_oauth_partial_update"
1930
1930
  end
1931
1931
  # resource path
1932
- local_var_path = '/sources/group_connections/oauth/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
1932
+ local_var_path = '/sources/group_connections/oauth/{id}/'.sub('{id}', CGI.escape(id.to_s))
1933
1933
 
1934
1934
  # query parameters
1935
1935
  query_params = opts[:query_params] || {}
@@ -1995,7 +1995,7 @@ module Authentik::Api
1995
1995
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_oauth_retrieve"
1996
1996
  end
1997
1997
  # resource path
1998
- local_var_path = '/sources/group_connections/oauth/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
1998
+ local_var_path = '/sources/group_connections/oauth/{id}/'.sub('{id}', CGI.escape(id.to_s))
1999
1999
 
2000
2000
  # query parameters
2001
2001
  query_params = opts[:query_params] || {}
@@ -2062,7 +2062,7 @@ module Authentik::Api
2062
2062
  fail ArgumentError, "Missing the required parameter 'group_o_auth_source_connection_request' when calling SourcesApi.sources_group_connections_oauth_update"
2063
2063
  end
2064
2064
  # resource path
2065
- local_var_path = '/sources/group_connections/oauth/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
2065
+ local_var_path = '/sources/group_connections/oauth/{id}/'.sub('{id}', CGI.escape(id.to_s))
2066
2066
 
2067
2067
  # query parameters
2068
2068
  query_params = opts[:query_params] || {}
@@ -2128,7 +2128,7 @@ module Authentik::Api
2128
2128
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_oauth_used_by_list"
2129
2129
  end
2130
2130
  # resource path
2131
- local_var_path = '/sources/group_connections/oauth/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
2131
+ local_var_path = '/sources/group_connections/oauth/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
2132
2132
 
2133
2133
  # query parameters
2134
2134
  query_params = opts[:query_params] || {}
@@ -2255,7 +2255,7 @@ module Authentik::Api
2255
2255
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_plex_destroy"
2256
2256
  end
2257
2257
  # resource path
2258
- local_var_path = '/sources/group_connections/plex/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
2258
+ local_var_path = '/sources/group_connections/plex/{id}/'.sub('{id}', CGI.escape(id.to_s))
2259
2259
 
2260
2260
  # query parameters
2261
2261
  query_params = opts[:query_params] || {}
@@ -2391,7 +2391,7 @@ module Authentik::Api
2391
2391
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_plex_partial_update"
2392
2392
  end
2393
2393
  # resource path
2394
- local_var_path = '/sources/group_connections/plex/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
2394
+ local_var_path = '/sources/group_connections/plex/{id}/'.sub('{id}', CGI.escape(id.to_s))
2395
2395
 
2396
2396
  # query parameters
2397
2397
  query_params = opts[:query_params] || {}
@@ -2457,7 +2457,7 @@ module Authentik::Api
2457
2457
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_plex_retrieve"
2458
2458
  end
2459
2459
  # resource path
2460
- local_var_path = '/sources/group_connections/plex/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
2460
+ local_var_path = '/sources/group_connections/plex/{id}/'.sub('{id}', CGI.escape(id.to_s))
2461
2461
 
2462
2462
  # query parameters
2463
2463
  query_params = opts[:query_params] || {}
@@ -2524,7 +2524,7 @@ module Authentik::Api
2524
2524
  fail ArgumentError, "Missing the required parameter 'group_plex_source_connection_request' when calling SourcesApi.sources_group_connections_plex_update"
2525
2525
  end
2526
2526
  # resource path
2527
- local_var_path = '/sources/group_connections/plex/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
2527
+ local_var_path = '/sources/group_connections/plex/{id}/'.sub('{id}', CGI.escape(id.to_s))
2528
2528
 
2529
2529
  # query parameters
2530
2530
  query_params = opts[:query_params] || {}
@@ -2590,7 +2590,7 @@ module Authentik::Api
2590
2590
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_plex_used_by_list"
2591
2591
  end
2592
2592
  # resource path
2593
- local_var_path = '/sources/group_connections/plex/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
2593
+ local_var_path = '/sources/group_connections/plex/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
2594
2594
 
2595
2595
  # query parameters
2596
2596
  query_params = opts[:query_params] || {}
@@ -2717,7 +2717,7 @@ module Authentik::Api
2717
2717
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_saml_destroy"
2718
2718
  end
2719
2719
  # resource path
2720
- local_var_path = '/sources/group_connections/saml/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
2720
+ local_var_path = '/sources/group_connections/saml/{id}/'.sub('{id}', CGI.escape(id.to_s))
2721
2721
 
2722
2722
  # query parameters
2723
2723
  query_params = opts[:query_params] || {}
@@ -2853,7 +2853,7 @@ module Authentik::Api
2853
2853
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_saml_partial_update"
2854
2854
  end
2855
2855
  # resource path
2856
- local_var_path = '/sources/group_connections/saml/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
2856
+ local_var_path = '/sources/group_connections/saml/{id}/'.sub('{id}', CGI.escape(id.to_s))
2857
2857
 
2858
2858
  # query parameters
2859
2859
  query_params = opts[:query_params] || {}
@@ -2919,7 +2919,7 @@ module Authentik::Api
2919
2919
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_saml_retrieve"
2920
2920
  end
2921
2921
  # resource path
2922
- local_var_path = '/sources/group_connections/saml/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
2922
+ local_var_path = '/sources/group_connections/saml/{id}/'.sub('{id}', CGI.escape(id.to_s))
2923
2923
 
2924
2924
  # query parameters
2925
2925
  query_params = opts[:query_params] || {}
@@ -2986,7 +2986,7 @@ module Authentik::Api
2986
2986
  fail ArgumentError, "Missing the required parameter 'group_saml_source_connection_request' when calling SourcesApi.sources_group_connections_saml_update"
2987
2987
  end
2988
2988
  # resource path
2989
- local_var_path = '/sources/group_connections/saml/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
2989
+ local_var_path = '/sources/group_connections/saml/{id}/'.sub('{id}', CGI.escape(id.to_s))
2990
2990
 
2991
2991
  # query parameters
2992
2992
  query_params = opts[:query_params] || {}
@@ -3052,7 +3052,7 @@ module Authentik::Api
3052
3052
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_saml_used_by_list"
3053
3053
  end
3054
3054
  # resource path
3055
- local_var_path = '/sources/group_connections/saml/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
3055
+ local_var_path = '/sources/group_connections/saml/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
3056
3056
 
3057
3057
  # query parameters
3058
3058
  query_params = opts[:query_params] || {}
@@ -3179,7 +3179,7 @@ module Authentik::Api
3179
3179
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_telegram_destroy"
3180
3180
  end
3181
3181
  # resource path
3182
- local_var_path = '/sources/group_connections/telegram/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
3182
+ local_var_path = '/sources/group_connections/telegram/{id}/'.sub('{id}', CGI.escape(id.to_s))
3183
3183
 
3184
3184
  # query parameters
3185
3185
  query_params = opts[:query_params] || {}
@@ -3315,7 +3315,7 @@ module Authentik::Api
3315
3315
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_telegram_partial_update"
3316
3316
  end
3317
3317
  # resource path
3318
- local_var_path = '/sources/group_connections/telegram/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
3318
+ local_var_path = '/sources/group_connections/telegram/{id}/'.sub('{id}', CGI.escape(id.to_s))
3319
3319
 
3320
3320
  # query parameters
3321
3321
  query_params = opts[:query_params] || {}
@@ -3381,7 +3381,7 @@ module Authentik::Api
3381
3381
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_telegram_retrieve"
3382
3382
  end
3383
3383
  # resource path
3384
- local_var_path = '/sources/group_connections/telegram/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
3384
+ local_var_path = '/sources/group_connections/telegram/{id}/'.sub('{id}', CGI.escape(id.to_s))
3385
3385
 
3386
3386
  # query parameters
3387
3387
  query_params = opts[:query_params] || {}
@@ -3448,7 +3448,7 @@ module Authentik::Api
3448
3448
  fail ArgumentError, "Missing the required parameter 'group_telegram_source_connection_request' when calling SourcesApi.sources_group_connections_telegram_update"
3449
3449
  end
3450
3450
  # resource path
3451
- local_var_path = '/sources/group_connections/telegram/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
3451
+ local_var_path = '/sources/group_connections/telegram/{id}/'.sub('{id}', CGI.escape(id.to_s))
3452
3452
 
3453
3453
  # query parameters
3454
3454
  query_params = opts[:query_params] || {}
@@ -3514,7 +3514,7 @@ module Authentik::Api
3514
3514
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_group_connections_telegram_used_by_list"
3515
3515
  end
3516
3516
  # resource path
3517
- local_var_path = '/sources/group_connections/telegram/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
3517
+ local_var_path = '/sources/group_connections/telegram/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
3518
3518
 
3519
3519
  # query parameters
3520
3520
  query_params = opts[:query_params] || {}
@@ -3641,7 +3641,7 @@ module Authentik::Api
3641
3641
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_kerberos_destroy"
3642
3642
  end
3643
3643
  # resource path
3644
- local_var_path = '/sources/kerberos/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
3644
+ local_var_path = '/sources/kerberos/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
3645
3645
 
3646
3646
  # query parameters
3647
3647
  query_params = opts[:query_params] || {}
@@ -3808,7 +3808,7 @@ module Authentik::Api
3808
3808
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_kerberos_partial_update"
3809
3809
  end
3810
3810
  # resource path
3811
- local_var_path = '/sources/kerberos/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
3811
+ local_var_path = '/sources/kerberos/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
3812
3812
 
3813
3813
  # query parameters
3814
3814
  query_params = opts[:query_params] || {}
@@ -3874,7 +3874,7 @@ module Authentik::Api
3874
3874
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_kerberos_retrieve"
3875
3875
  end
3876
3876
  # resource path
3877
- local_var_path = '/sources/kerberos/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
3877
+ local_var_path = '/sources/kerberos/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
3878
3878
 
3879
3879
  # query parameters
3880
3880
  query_params = opts[:query_params] || {}
@@ -3935,7 +3935,7 @@ module Authentik::Api
3935
3935
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_kerberos_sync_status_retrieve"
3936
3936
  end
3937
3937
  # resource path
3938
- local_var_path = '/sources/kerberos/{slug}/sync/status/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
3938
+ local_var_path = '/sources/kerberos/{slug}/sync/status/'.sub('{slug}', CGI.escape(slug.to_s))
3939
3939
 
3940
3940
  # query parameters
3941
3941
  query_params = opts[:query_params] || {}
@@ -4002,7 +4002,7 @@ module Authentik::Api
4002
4002
  fail ArgumentError, "Missing the required parameter 'kerberos_source_request' when calling SourcesApi.sources_kerberos_update"
4003
4003
  end
4004
4004
  # resource path
4005
- local_var_path = '/sources/kerberos/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
4005
+ local_var_path = '/sources/kerberos/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
4006
4006
 
4007
4007
  # query parameters
4008
4008
  query_params = opts[:query_params] || {}
@@ -4068,7 +4068,7 @@ module Authentik::Api
4068
4068
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_kerberos_used_by_list"
4069
4069
  end
4070
4070
  # resource path
4071
- local_var_path = '/sources/kerberos/{slug}/used_by/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
4071
+ local_var_path = '/sources/kerberos/{slug}/used_by/'.sub('{slug}', CGI.escape(slug.to_s))
4072
4072
 
4073
4073
  # query parameters
4074
4074
  query_params = opts[:query_params] || {}
@@ -4195,7 +4195,7 @@ module Authentik::Api
4195
4195
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_ldap_debug_retrieve"
4196
4196
  end
4197
4197
  # resource path
4198
- local_var_path = '/sources/ldap/{slug}/debug/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
4198
+ local_var_path = '/sources/ldap/{slug}/debug/'.sub('{slug}', CGI.escape(slug.to_s))
4199
4199
 
4200
4200
  # query parameters
4201
4201
  query_params = opts[:query_params] || {}
@@ -4256,7 +4256,7 @@ module Authentik::Api
4256
4256
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_ldap_destroy"
4257
4257
  end
4258
4258
  # resource path
4259
- local_var_path = '/sources/ldap/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
4259
+ local_var_path = '/sources/ldap/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
4260
4260
 
4261
4261
  # query parameters
4262
4262
  query_params = opts[:query_params] || {}
@@ -4467,7 +4467,7 @@ module Authentik::Api
4467
4467
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_ldap_partial_update"
4468
4468
  end
4469
4469
  # resource path
4470
- local_var_path = '/sources/ldap/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
4470
+ local_var_path = '/sources/ldap/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
4471
4471
 
4472
4472
  # query parameters
4473
4473
  query_params = opts[:query_params] || {}
@@ -4533,7 +4533,7 @@ module Authentik::Api
4533
4533
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_ldap_retrieve"
4534
4534
  end
4535
4535
  # resource path
4536
- local_var_path = '/sources/ldap/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
4536
+ local_var_path = '/sources/ldap/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
4537
4537
 
4538
4538
  # query parameters
4539
4539
  query_params = opts[:query_params] || {}
@@ -4594,7 +4594,7 @@ module Authentik::Api
4594
4594
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_ldap_sync_status_retrieve"
4595
4595
  end
4596
4596
  # resource path
4597
- local_var_path = '/sources/ldap/{slug}/sync/status/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
4597
+ local_var_path = '/sources/ldap/{slug}/sync/status/'.sub('{slug}', CGI.escape(slug.to_s))
4598
4598
 
4599
4599
  # query parameters
4600
4600
  query_params = opts[:query_params] || {}
@@ -4661,7 +4661,7 @@ module Authentik::Api
4661
4661
  fail ArgumentError, "Missing the required parameter 'ldap_source_request' when calling SourcesApi.sources_ldap_update"
4662
4662
  end
4663
4663
  # resource path
4664
- local_var_path = '/sources/ldap/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
4664
+ local_var_path = '/sources/ldap/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
4665
4665
 
4666
4666
  # query parameters
4667
4667
  query_params = opts[:query_params] || {}
@@ -4727,7 +4727,7 @@ module Authentik::Api
4727
4727
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_ldap_used_by_list"
4728
4728
  end
4729
4729
  # resource path
4730
- local_var_path = '/sources/ldap/{slug}/used_by/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
4730
+ local_var_path = '/sources/ldap/{slug}/used_by/'.sub('{slug}', CGI.escape(slug.to_s))
4731
4731
 
4732
4732
  # query parameters
4733
4733
  query_params = opts[:query_params] || {}
@@ -4854,7 +4854,7 @@ module Authentik::Api
4854
4854
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_oauth_destroy"
4855
4855
  end
4856
4856
  # resource path
4857
- local_var_path = '/sources/oauth/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
4857
+ local_var_path = '/sources/oauth/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
4858
4858
 
4859
4859
  # query parameters
4860
4860
  query_params = opts[:query_params] || {}
@@ -5047,7 +5047,7 @@ module Authentik::Api
5047
5047
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_oauth_partial_update"
5048
5048
  end
5049
5049
  # resource path
5050
- local_var_path = '/sources/oauth/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
5050
+ local_var_path = '/sources/oauth/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
5051
5051
 
5052
5052
  # query parameters
5053
5053
  query_params = opts[:query_params] || {}
@@ -5113,7 +5113,7 @@ module Authentik::Api
5113
5113
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_oauth_retrieve"
5114
5114
  end
5115
5115
  # resource path
5116
- local_var_path = '/sources/oauth/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
5116
+ local_var_path = '/sources/oauth/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
5117
5117
 
5118
5118
  # query parameters
5119
5119
  query_params = opts[:query_params] || {}
@@ -5238,7 +5238,7 @@ module Authentik::Api
5238
5238
  fail ArgumentError, "Missing the required parameter 'o_auth_source_request' when calling SourcesApi.sources_oauth_update"
5239
5239
  end
5240
5240
  # resource path
5241
- local_var_path = '/sources/oauth/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
5241
+ local_var_path = '/sources/oauth/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
5242
5242
 
5243
5243
  # query parameters
5244
5244
  query_params = opts[:query_params] || {}
@@ -5304,7 +5304,7 @@ module Authentik::Api
5304
5304
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_oauth_used_by_list"
5305
5305
  end
5306
5306
  # resource path
5307
- local_var_path = '/sources/oauth/{slug}/used_by/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
5307
+ local_var_path = '/sources/oauth/{slug}/used_by/'.sub('{slug}', CGI.escape(slug.to_s))
5308
5308
 
5309
5309
  # query parameters
5310
5310
  query_params = opts[:query_params] || {}
@@ -5431,7 +5431,7 @@ module Authentik::Api
5431
5431
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_plex_destroy"
5432
5432
  end
5433
5433
  # resource path
5434
- local_var_path = '/sources/plex/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
5434
+ local_var_path = '/sources/plex/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
5435
5435
 
5436
5436
  # query parameters
5437
5437
  query_params = opts[:query_params] || {}
@@ -5606,7 +5606,7 @@ module Authentik::Api
5606
5606
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_plex_partial_update"
5607
5607
  end
5608
5608
  # resource path
5609
- local_var_path = '/sources/plex/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
5609
+ local_var_path = '/sources/plex/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
5610
5610
 
5611
5611
  # query parameters
5612
5612
  query_params = opts[:query_params] || {}
@@ -5808,7 +5808,7 @@ module Authentik::Api
5808
5808
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_plex_retrieve"
5809
5809
  end
5810
5810
  # resource path
5811
- local_var_path = '/sources/plex/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
5811
+ local_var_path = '/sources/plex/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
5812
5812
 
5813
5813
  # query parameters
5814
5814
  query_params = opts[:query_params] || {}
@@ -5875,7 +5875,7 @@ module Authentik::Api
5875
5875
  fail ArgumentError, "Missing the required parameter 'plex_source_request' when calling SourcesApi.sources_plex_update"
5876
5876
  end
5877
5877
  # resource path
5878
- local_var_path = '/sources/plex/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
5878
+ local_var_path = '/sources/plex/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
5879
5879
 
5880
5880
  # query parameters
5881
5881
  query_params = opts[:query_params] || {}
@@ -5941,7 +5941,7 @@ module Authentik::Api
5941
5941
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_plex_used_by_list"
5942
5942
  end
5943
5943
  # resource path
5944
- local_var_path = '/sources/plex/{slug}/used_by/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
5944
+ local_var_path = '/sources/plex/{slug}/used_by/'.sub('{slug}', CGI.escape(slug.to_s))
5945
5945
 
5946
5946
  # query parameters
5947
5947
  query_params = opts[:query_params] || {}
@@ -6068,7 +6068,7 @@ module Authentik::Api
6068
6068
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_saml_destroy"
6069
6069
  end
6070
6070
  # resource path
6071
- local_var_path = '/sources/saml/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
6071
+ local_var_path = '/sources/saml/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
6072
6072
 
6073
6073
  # query parameters
6074
6074
  query_params = opts[:query_params] || {}
@@ -6289,7 +6289,7 @@ module Authentik::Api
6289
6289
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_saml_metadata_retrieve"
6290
6290
  end
6291
6291
  # resource path
6292
- local_var_path = '/sources/saml/{slug}/metadata/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
6292
+ local_var_path = '/sources/saml/{slug}/metadata/'.sub('{slug}', CGI.escape(slug.to_s))
6293
6293
 
6294
6294
  # query parameters
6295
6295
  query_params = opts[:query_params] || {}
@@ -6352,7 +6352,7 @@ module Authentik::Api
6352
6352
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_saml_partial_update"
6353
6353
  end
6354
6354
  # resource path
6355
- local_var_path = '/sources/saml/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
6355
+ local_var_path = '/sources/saml/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
6356
6356
 
6357
6357
  # query parameters
6358
6358
  query_params = opts[:query_params] || {}
@@ -6418,7 +6418,7 @@ module Authentik::Api
6418
6418
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_saml_retrieve"
6419
6419
  end
6420
6420
  # resource path
6421
- local_var_path = '/sources/saml/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
6421
+ local_var_path = '/sources/saml/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
6422
6422
 
6423
6423
  # query parameters
6424
6424
  query_params = opts[:query_params] || {}
@@ -6485,7 +6485,7 @@ module Authentik::Api
6485
6485
  fail ArgumentError, "Missing the required parameter 'saml_source_request' when calling SourcesApi.sources_saml_update"
6486
6486
  end
6487
6487
  # resource path
6488
- local_var_path = '/sources/saml/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
6488
+ local_var_path = '/sources/saml/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
6489
6489
 
6490
6490
  # query parameters
6491
6491
  query_params = opts[:query_params] || {}
@@ -6551,7 +6551,7 @@ module Authentik::Api
6551
6551
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_saml_used_by_list"
6552
6552
  end
6553
6553
  # resource path
6554
- local_var_path = '/sources/saml/{slug}/used_by/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
6554
+ local_var_path = '/sources/saml/{slug}/used_by/'.sub('{slug}', CGI.escape(slug.to_s))
6555
6555
 
6556
6556
  # query parameters
6557
6557
  query_params = opts[:query_params] || {}
@@ -6678,7 +6678,7 @@ module Authentik::Api
6678
6678
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_scim_destroy"
6679
6679
  end
6680
6680
  # resource path
6681
- local_var_path = '/sources/scim/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
6681
+ local_var_path = '/sources/scim/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
6682
6682
 
6683
6683
  # query parameters
6684
6684
  query_params = opts[:query_params] || {}
@@ -6805,7 +6805,7 @@ module Authentik::Api
6805
6805
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_scim_groups_destroy"
6806
6806
  end
6807
6807
  # resource path
6808
- local_var_path = '/sources/scim_groups/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
6808
+ local_var_path = '/sources/scim_groups/{id}/'.sub('{id}', CGI.escape(id.to_s))
6809
6809
 
6810
6810
  # query parameters
6811
6811
  query_params = opts[:query_params] || {}
@@ -6944,7 +6944,7 @@ module Authentik::Api
6944
6944
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_scim_groups_partial_update"
6945
6945
  end
6946
6946
  # resource path
6947
- local_var_path = '/sources/scim_groups/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
6947
+ local_var_path = '/sources/scim_groups/{id}/'.sub('{id}', CGI.escape(id.to_s))
6948
6948
 
6949
6949
  # query parameters
6950
6950
  query_params = opts[:query_params] || {}
@@ -7010,7 +7010,7 @@ module Authentik::Api
7010
7010
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_scim_groups_retrieve"
7011
7011
  end
7012
7012
  # resource path
7013
- local_var_path = '/sources/scim_groups/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
7013
+ local_var_path = '/sources/scim_groups/{id}/'.sub('{id}', CGI.escape(id.to_s))
7014
7014
 
7015
7015
  # query parameters
7016
7016
  query_params = opts[:query_params] || {}
@@ -7077,7 +7077,7 @@ module Authentik::Api
7077
7077
  fail ArgumentError, "Missing the required parameter 'scim_source_group_request' when calling SourcesApi.sources_scim_groups_update"
7078
7078
  end
7079
7079
  # resource path
7080
- local_var_path = '/sources/scim_groups/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
7080
+ local_var_path = '/sources/scim_groups/{id}/'.sub('{id}', CGI.escape(id.to_s))
7081
7081
 
7082
7082
  # query parameters
7083
7083
  query_params = opts[:query_params] || {}
@@ -7143,7 +7143,7 @@ module Authentik::Api
7143
7143
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_scim_groups_used_by_list"
7144
7144
  end
7145
7145
  # resource path
7146
- local_var_path = '/sources/scim_groups/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
7146
+ local_var_path = '/sources/scim_groups/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
7147
7147
 
7148
7148
  # query parameters
7149
7149
  query_params = opts[:query_params] || {}
@@ -7282,7 +7282,7 @@ module Authentik::Api
7282
7282
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_scim_partial_update"
7283
7283
  end
7284
7284
  # resource path
7285
- local_var_path = '/sources/scim/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
7285
+ local_var_path = '/sources/scim/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
7286
7286
 
7287
7287
  # query parameters
7288
7288
  query_params = opts[:query_params] || {}
@@ -7348,7 +7348,7 @@ module Authentik::Api
7348
7348
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_scim_retrieve"
7349
7349
  end
7350
7350
  # resource path
7351
- local_var_path = '/sources/scim/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
7351
+ local_var_path = '/sources/scim/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
7352
7352
 
7353
7353
  # query parameters
7354
7354
  query_params = opts[:query_params] || {}
@@ -7415,7 +7415,7 @@ module Authentik::Api
7415
7415
  fail ArgumentError, "Missing the required parameter 'scim_source_request' when calling SourcesApi.sources_scim_update"
7416
7416
  end
7417
7417
  # resource path
7418
- local_var_path = '/sources/scim/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
7418
+ local_var_path = '/sources/scim/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
7419
7419
 
7420
7420
  # query parameters
7421
7421
  query_params = opts[:query_params] || {}
@@ -7481,7 +7481,7 @@ module Authentik::Api
7481
7481
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_scim_used_by_list"
7482
7482
  end
7483
7483
  # resource path
7484
- local_var_path = '/sources/scim/{slug}/used_by/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
7484
+ local_var_path = '/sources/scim/{slug}/used_by/'.sub('{slug}', CGI.escape(slug.to_s))
7485
7485
 
7486
7486
  # query parameters
7487
7487
  query_params = opts[:query_params] || {}
@@ -7608,7 +7608,7 @@ module Authentik::Api
7608
7608
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_scim_users_destroy"
7609
7609
  end
7610
7610
  # resource path
7611
- local_var_path = '/sources/scim_users/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
7611
+ local_var_path = '/sources/scim_users/{id}/'.sub('{id}', CGI.escape(id.to_s))
7612
7612
 
7613
7613
  # query parameters
7614
7614
  query_params = opts[:query_params] || {}
@@ -7747,7 +7747,7 @@ module Authentik::Api
7747
7747
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_scim_users_partial_update"
7748
7748
  end
7749
7749
  # resource path
7750
- local_var_path = '/sources/scim_users/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
7750
+ local_var_path = '/sources/scim_users/{id}/'.sub('{id}', CGI.escape(id.to_s))
7751
7751
 
7752
7752
  # query parameters
7753
7753
  query_params = opts[:query_params] || {}
@@ -7813,7 +7813,7 @@ module Authentik::Api
7813
7813
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_scim_users_retrieve"
7814
7814
  end
7815
7815
  # resource path
7816
- local_var_path = '/sources/scim_users/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
7816
+ local_var_path = '/sources/scim_users/{id}/'.sub('{id}', CGI.escape(id.to_s))
7817
7817
 
7818
7818
  # query parameters
7819
7819
  query_params = opts[:query_params] || {}
@@ -7880,7 +7880,7 @@ module Authentik::Api
7880
7880
  fail ArgumentError, "Missing the required parameter 'scim_source_user_request' when calling SourcesApi.sources_scim_users_update"
7881
7881
  end
7882
7882
  # resource path
7883
- local_var_path = '/sources/scim_users/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
7883
+ local_var_path = '/sources/scim_users/{id}/'.sub('{id}', CGI.escape(id.to_s))
7884
7884
 
7885
7885
  # query parameters
7886
7886
  query_params = opts[:query_params] || {}
@@ -7946,7 +7946,7 @@ module Authentik::Api
7946
7946
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_scim_users_used_by_list"
7947
7947
  end
7948
7948
  # resource path
7949
- local_var_path = '/sources/scim_users/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
7949
+ local_var_path = '/sources/scim_users/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
7950
7950
 
7951
7951
  # query parameters
7952
7952
  query_params = opts[:query_params] || {}
@@ -8013,7 +8013,7 @@ module Authentik::Api
8013
8013
  fail ArgumentError, "Missing the required parameter 'telegram_auth_request' when calling SourcesApi.sources_telegram_connect_user_create"
8014
8014
  end
8015
8015
  # resource path
8016
- local_var_path = '/sources/telegram/{slug}/connect_user/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
8016
+ local_var_path = '/sources/telegram/{slug}/connect_user/'.sub('{slug}', CGI.escape(slug.to_s))
8017
8017
 
8018
8018
  # query parameters
8019
8019
  query_params = opts[:query_params] || {}
@@ -8145,7 +8145,7 @@ module Authentik::Api
8145
8145
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_telegram_destroy"
8146
8146
  end
8147
8147
  # resource path
8148
- local_var_path = '/sources/telegram/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
8148
+ local_var_path = '/sources/telegram/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
8149
8149
 
8150
8150
  # query parameters
8151
8151
  query_params = opts[:query_params] || {}
@@ -8320,7 +8320,7 @@ module Authentik::Api
8320
8320
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_telegram_partial_update"
8321
8321
  end
8322
8322
  # resource path
8323
- local_var_path = '/sources/telegram/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
8323
+ local_var_path = '/sources/telegram/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
8324
8324
 
8325
8325
  # query parameters
8326
8326
  query_params = opts[:query_params] || {}
@@ -8386,7 +8386,7 @@ module Authentik::Api
8386
8386
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_telegram_retrieve"
8387
8387
  end
8388
8388
  # resource path
8389
- local_var_path = '/sources/telegram/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
8389
+ local_var_path = '/sources/telegram/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
8390
8390
 
8391
8391
  # query parameters
8392
8392
  query_params = opts[:query_params] || {}
@@ -8453,7 +8453,7 @@ module Authentik::Api
8453
8453
  fail ArgumentError, "Missing the required parameter 'telegram_source_request' when calling SourcesApi.sources_telegram_update"
8454
8454
  end
8455
8455
  # resource path
8456
- local_var_path = '/sources/telegram/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
8456
+ local_var_path = '/sources/telegram/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
8457
8457
 
8458
8458
  # query parameters
8459
8459
  query_params = opts[:query_params] || {}
@@ -8519,7 +8519,7 @@ module Authentik::Api
8519
8519
  fail ArgumentError, "Missing the required parameter 'slug' when calling SourcesApi.sources_telegram_used_by_list"
8520
8520
  end
8521
8521
  # resource path
8522
- local_var_path = '/sources/telegram/{slug}/used_by/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
8522
+ local_var_path = '/sources/telegram/{slug}/used_by/'.sub('{slug}', CGI.escape(slug.to_s))
8523
8523
 
8524
8524
  # query parameters
8525
8525
  query_params = opts[:query_params] || {}
@@ -8580,7 +8580,7 @@ module Authentik::Api
8580
8580
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_all_destroy"
8581
8581
  end
8582
8582
  # resource path
8583
- local_var_path = '/sources/user_connections/all/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
8583
+ local_var_path = '/sources/user_connections/all/{id}/'.sub('{id}', CGI.escape(id.to_s))
8584
8584
 
8585
8585
  # query parameters
8586
8586
  query_params = opts[:query_params] || {}
@@ -8716,7 +8716,7 @@ module Authentik::Api
8716
8716
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_all_partial_update"
8717
8717
  end
8718
8718
  # resource path
8719
- local_var_path = '/sources/user_connections/all/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
8719
+ local_var_path = '/sources/user_connections/all/{id}/'.sub('{id}', CGI.escape(id.to_s))
8720
8720
 
8721
8721
  # query parameters
8722
8722
  query_params = opts[:query_params] || {}
@@ -8782,7 +8782,7 @@ module Authentik::Api
8782
8782
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_all_retrieve"
8783
8783
  end
8784
8784
  # resource path
8785
- local_var_path = '/sources/user_connections/all/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
8785
+ local_var_path = '/sources/user_connections/all/{id}/'.sub('{id}', CGI.escape(id.to_s))
8786
8786
 
8787
8787
  # query parameters
8788
8788
  query_params = opts[:query_params] || {}
@@ -8849,7 +8849,7 @@ module Authentik::Api
8849
8849
  fail ArgumentError, "Missing the required parameter 'user_source_connection_request' when calling SourcesApi.sources_user_connections_all_update"
8850
8850
  end
8851
8851
  # resource path
8852
- local_var_path = '/sources/user_connections/all/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
8852
+ local_var_path = '/sources/user_connections/all/{id}/'.sub('{id}', CGI.escape(id.to_s))
8853
8853
 
8854
8854
  # query parameters
8855
8855
  query_params = opts[:query_params] || {}
@@ -8915,7 +8915,7 @@ module Authentik::Api
8915
8915
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_all_used_by_list"
8916
8916
  end
8917
8917
  # resource path
8918
- local_var_path = '/sources/user_connections/all/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
8918
+ local_var_path = '/sources/user_connections/all/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
8919
8919
 
8920
8920
  # query parameters
8921
8921
  query_params = opts[:query_params] || {}
@@ -9042,7 +9042,7 @@ module Authentik::Api
9042
9042
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_kerberos_destroy"
9043
9043
  end
9044
9044
  # resource path
9045
- local_var_path = '/sources/user_connections/kerberos/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
9045
+ local_var_path = '/sources/user_connections/kerberos/{id}/'.sub('{id}', CGI.escape(id.to_s))
9046
9046
 
9047
9047
  # query parameters
9048
9048
  query_params = opts[:query_params] || {}
@@ -9178,7 +9178,7 @@ module Authentik::Api
9178
9178
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_kerberos_partial_update"
9179
9179
  end
9180
9180
  # resource path
9181
- local_var_path = '/sources/user_connections/kerberos/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
9181
+ local_var_path = '/sources/user_connections/kerberos/{id}/'.sub('{id}', CGI.escape(id.to_s))
9182
9182
 
9183
9183
  # query parameters
9184
9184
  query_params = opts[:query_params] || {}
@@ -9244,7 +9244,7 @@ module Authentik::Api
9244
9244
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_kerberos_retrieve"
9245
9245
  end
9246
9246
  # resource path
9247
- local_var_path = '/sources/user_connections/kerberos/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
9247
+ local_var_path = '/sources/user_connections/kerberos/{id}/'.sub('{id}', CGI.escape(id.to_s))
9248
9248
 
9249
9249
  # query parameters
9250
9250
  query_params = opts[:query_params] || {}
@@ -9311,7 +9311,7 @@ module Authentik::Api
9311
9311
  fail ArgumentError, "Missing the required parameter 'user_kerberos_source_connection_request' when calling SourcesApi.sources_user_connections_kerberos_update"
9312
9312
  end
9313
9313
  # resource path
9314
- local_var_path = '/sources/user_connections/kerberos/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
9314
+ local_var_path = '/sources/user_connections/kerberos/{id}/'.sub('{id}', CGI.escape(id.to_s))
9315
9315
 
9316
9316
  # query parameters
9317
9317
  query_params = opts[:query_params] || {}
@@ -9377,7 +9377,7 @@ module Authentik::Api
9377
9377
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_kerberos_used_by_list"
9378
9378
  end
9379
9379
  # resource path
9380
- local_var_path = '/sources/user_connections/kerberos/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
9380
+ local_var_path = '/sources/user_connections/kerberos/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
9381
9381
 
9382
9382
  # query parameters
9383
9383
  query_params = opts[:query_params] || {}
@@ -9504,7 +9504,7 @@ module Authentik::Api
9504
9504
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_ldap_destroy"
9505
9505
  end
9506
9506
  # resource path
9507
- local_var_path = '/sources/user_connections/ldap/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
9507
+ local_var_path = '/sources/user_connections/ldap/{id}/'.sub('{id}', CGI.escape(id.to_s))
9508
9508
 
9509
9509
  # query parameters
9510
9510
  query_params = opts[:query_params] || {}
@@ -9640,7 +9640,7 @@ module Authentik::Api
9640
9640
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_ldap_partial_update"
9641
9641
  end
9642
9642
  # resource path
9643
- local_var_path = '/sources/user_connections/ldap/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
9643
+ local_var_path = '/sources/user_connections/ldap/{id}/'.sub('{id}', CGI.escape(id.to_s))
9644
9644
 
9645
9645
  # query parameters
9646
9646
  query_params = opts[:query_params] || {}
@@ -9706,7 +9706,7 @@ module Authentik::Api
9706
9706
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_ldap_retrieve"
9707
9707
  end
9708
9708
  # resource path
9709
- local_var_path = '/sources/user_connections/ldap/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
9709
+ local_var_path = '/sources/user_connections/ldap/{id}/'.sub('{id}', CGI.escape(id.to_s))
9710
9710
 
9711
9711
  # query parameters
9712
9712
  query_params = opts[:query_params] || {}
@@ -9773,7 +9773,7 @@ module Authentik::Api
9773
9773
  fail ArgumentError, "Missing the required parameter 'user_ldap_source_connection_request' when calling SourcesApi.sources_user_connections_ldap_update"
9774
9774
  end
9775
9775
  # resource path
9776
- local_var_path = '/sources/user_connections/ldap/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
9776
+ local_var_path = '/sources/user_connections/ldap/{id}/'.sub('{id}', CGI.escape(id.to_s))
9777
9777
 
9778
9778
  # query parameters
9779
9779
  query_params = opts[:query_params] || {}
@@ -9839,7 +9839,7 @@ module Authentik::Api
9839
9839
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_ldap_used_by_list"
9840
9840
  end
9841
9841
  # resource path
9842
- local_var_path = '/sources/user_connections/ldap/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
9842
+ local_var_path = '/sources/user_connections/ldap/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
9843
9843
 
9844
9844
  # query parameters
9845
9845
  query_params = opts[:query_params] || {}
@@ -9966,7 +9966,7 @@ module Authentik::Api
9966
9966
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_oauth_destroy"
9967
9967
  end
9968
9968
  # resource path
9969
- local_var_path = '/sources/user_connections/oauth/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
9969
+ local_var_path = '/sources/user_connections/oauth/{id}/'.sub('{id}', CGI.escape(id.to_s))
9970
9970
 
9971
9971
  # query parameters
9972
9972
  query_params = opts[:query_params] || {}
@@ -10102,7 +10102,7 @@ module Authentik::Api
10102
10102
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_oauth_partial_update"
10103
10103
  end
10104
10104
  # resource path
10105
- local_var_path = '/sources/user_connections/oauth/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
10105
+ local_var_path = '/sources/user_connections/oauth/{id}/'.sub('{id}', CGI.escape(id.to_s))
10106
10106
 
10107
10107
  # query parameters
10108
10108
  query_params = opts[:query_params] || {}
@@ -10168,7 +10168,7 @@ module Authentik::Api
10168
10168
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_oauth_retrieve"
10169
10169
  end
10170
10170
  # resource path
10171
- local_var_path = '/sources/user_connections/oauth/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
10171
+ local_var_path = '/sources/user_connections/oauth/{id}/'.sub('{id}', CGI.escape(id.to_s))
10172
10172
 
10173
10173
  # query parameters
10174
10174
  query_params = opts[:query_params] || {}
@@ -10235,7 +10235,7 @@ module Authentik::Api
10235
10235
  fail ArgumentError, "Missing the required parameter 'user_o_auth_source_connection_request' when calling SourcesApi.sources_user_connections_oauth_update"
10236
10236
  end
10237
10237
  # resource path
10238
- local_var_path = '/sources/user_connections/oauth/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
10238
+ local_var_path = '/sources/user_connections/oauth/{id}/'.sub('{id}', CGI.escape(id.to_s))
10239
10239
 
10240
10240
  # query parameters
10241
10241
  query_params = opts[:query_params] || {}
@@ -10301,7 +10301,7 @@ module Authentik::Api
10301
10301
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_oauth_used_by_list"
10302
10302
  end
10303
10303
  # resource path
10304
- local_var_path = '/sources/user_connections/oauth/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
10304
+ local_var_path = '/sources/user_connections/oauth/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
10305
10305
 
10306
10306
  # query parameters
10307
10307
  query_params = opts[:query_params] || {}
@@ -10428,7 +10428,7 @@ module Authentik::Api
10428
10428
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_plex_destroy"
10429
10429
  end
10430
10430
  # resource path
10431
- local_var_path = '/sources/user_connections/plex/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
10431
+ local_var_path = '/sources/user_connections/plex/{id}/'.sub('{id}', CGI.escape(id.to_s))
10432
10432
 
10433
10433
  # query parameters
10434
10434
  query_params = opts[:query_params] || {}
@@ -10564,7 +10564,7 @@ module Authentik::Api
10564
10564
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_plex_partial_update"
10565
10565
  end
10566
10566
  # resource path
10567
- local_var_path = '/sources/user_connections/plex/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
10567
+ local_var_path = '/sources/user_connections/plex/{id}/'.sub('{id}', CGI.escape(id.to_s))
10568
10568
 
10569
10569
  # query parameters
10570
10570
  query_params = opts[:query_params] || {}
@@ -10630,7 +10630,7 @@ module Authentik::Api
10630
10630
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_plex_retrieve"
10631
10631
  end
10632
10632
  # resource path
10633
- local_var_path = '/sources/user_connections/plex/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
10633
+ local_var_path = '/sources/user_connections/plex/{id}/'.sub('{id}', CGI.escape(id.to_s))
10634
10634
 
10635
10635
  # query parameters
10636
10636
  query_params = opts[:query_params] || {}
@@ -10697,7 +10697,7 @@ module Authentik::Api
10697
10697
  fail ArgumentError, "Missing the required parameter 'user_plex_source_connection_request' when calling SourcesApi.sources_user_connections_plex_update"
10698
10698
  end
10699
10699
  # resource path
10700
- local_var_path = '/sources/user_connections/plex/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
10700
+ local_var_path = '/sources/user_connections/plex/{id}/'.sub('{id}', CGI.escape(id.to_s))
10701
10701
 
10702
10702
  # query parameters
10703
10703
  query_params = opts[:query_params] || {}
@@ -10763,7 +10763,7 @@ module Authentik::Api
10763
10763
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_plex_used_by_list"
10764
10764
  end
10765
10765
  # resource path
10766
- local_var_path = '/sources/user_connections/plex/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
10766
+ local_var_path = '/sources/user_connections/plex/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
10767
10767
 
10768
10768
  # query parameters
10769
10769
  query_params = opts[:query_params] || {}
@@ -10890,7 +10890,7 @@ module Authentik::Api
10890
10890
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_saml_destroy"
10891
10891
  end
10892
10892
  # resource path
10893
- local_var_path = '/sources/user_connections/saml/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
10893
+ local_var_path = '/sources/user_connections/saml/{id}/'.sub('{id}', CGI.escape(id.to_s))
10894
10894
 
10895
10895
  # query parameters
10896
10896
  query_params = opts[:query_params] || {}
@@ -11026,7 +11026,7 @@ module Authentik::Api
11026
11026
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_saml_partial_update"
11027
11027
  end
11028
11028
  # resource path
11029
- local_var_path = '/sources/user_connections/saml/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
11029
+ local_var_path = '/sources/user_connections/saml/{id}/'.sub('{id}', CGI.escape(id.to_s))
11030
11030
 
11031
11031
  # query parameters
11032
11032
  query_params = opts[:query_params] || {}
@@ -11092,7 +11092,7 @@ module Authentik::Api
11092
11092
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_saml_retrieve"
11093
11093
  end
11094
11094
  # resource path
11095
- local_var_path = '/sources/user_connections/saml/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
11095
+ local_var_path = '/sources/user_connections/saml/{id}/'.sub('{id}', CGI.escape(id.to_s))
11096
11096
 
11097
11097
  # query parameters
11098
11098
  query_params = opts[:query_params] || {}
@@ -11159,7 +11159,7 @@ module Authentik::Api
11159
11159
  fail ArgumentError, "Missing the required parameter 'user_saml_source_connection_request' when calling SourcesApi.sources_user_connections_saml_update"
11160
11160
  end
11161
11161
  # resource path
11162
- local_var_path = '/sources/user_connections/saml/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
11162
+ local_var_path = '/sources/user_connections/saml/{id}/'.sub('{id}', CGI.escape(id.to_s))
11163
11163
 
11164
11164
  # query parameters
11165
11165
  query_params = opts[:query_params] || {}
@@ -11225,7 +11225,7 @@ module Authentik::Api
11225
11225
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_saml_used_by_list"
11226
11226
  end
11227
11227
  # resource path
11228
- local_var_path = '/sources/user_connections/saml/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
11228
+ local_var_path = '/sources/user_connections/saml/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
11229
11229
 
11230
11230
  # query parameters
11231
11231
  query_params = opts[:query_params] || {}
@@ -11352,7 +11352,7 @@ module Authentik::Api
11352
11352
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_telegram_destroy"
11353
11353
  end
11354
11354
  # resource path
11355
- local_var_path = '/sources/user_connections/telegram/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
11355
+ local_var_path = '/sources/user_connections/telegram/{id}/'.sub('{id}', CGI.escape(id.to_s))
11356
11356
 
11357
11357
  # query parameters
11358
11358
  query_params = opts[:query_params] || {}
@@ -11488,7 +11488,7 @@ module Authentik::Api
11488
11488
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_telegram_partial_update"
11489
11489
  end
11490
11490
  # resource path
11491
- local_var_path = '/sources/user_connections/telegram/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
11491
+ local_var_path = '/sources/user_connections/telegram/{id}/'.sub('{id}', CGI.escape(id.to_s))
11492
11492
 
11493
11493
  # query parameters
11494
11494
  query_params = opts[:query_params] || {}
@@ -11554,7 +11554,7 @@ module Authentik::Api
11554
11554
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_telegram_retrieve"
11555
11555
  end
11556
11556
  # resource path
11557
- local_var_path = '/sources/user_connections/telegram/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
11557
+ local_var_path = '/sources/user_connections/telegram/{id}/'.sub('{id}', CGI.escape(id.to_s))
11558
11558
 
11559
11559
  # query parameters
11560
11560
  query_params = opts[:query_params] || {}
@@ -11621,7 +11621,7 @@ module Authentik::Api
11621
11621
  fail ArgumentError, "Missing the required parameter 'user_telegram_source_connection_request' when calling SourcesApi.sources_user_connections_telegram_update"
11622
11622
  end
11623
11623
  # resource path
11624
- local_var_path = '/sources/user_connections/telegram/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
11624
+ local_var_path = '/sources/user_connections/telegram/{id}/'.sub('{id}', CGI.escape(id.to_s))
11625
11625
 
11626
11626
  # query parameters
11627
11627
  query_params = opts[:query_params] || {}
@@ -11687,7 +11687,7 @@ module Authentik::Api
11687
11687
  fail ArgumentError, "Missing the required parameter 'id' when calling SourcesApi.sources_user_connections_telegram_used_by_list"
11688
11688
  end
11689
11689
  # resource path
11690
- local_var_path = '/sources/user_connections/telegram/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
11690
+ local_var_path = '/sources/user_connections/telegram/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
11691
11691
 
11692
11692
  # query parameters
11693
11693
  query_params = opts[:query_params] || {}