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.
- checksums.yaml +4 -4
- data/README_API.md +6 -6
- data/lib/authentik/api/api/admin_api.rb +1 -1
- data/lib/authentik/api/api/authenticators_api.rb +60 -60
- data/lib/authentik/api/api/core_api.rb +45 -45
- data/lib/authentik/api/api/crypto_api.rb +7 -7
- data/lib/authentik/api/api/endpoints_api.rb +35 -35
- data/lib/authentik/api/api/enterprise_api.rb +5 -5
- data/lib/authentik/api/api/events_api.rb +20 -20
- data/lib/authentik/api/api/flows_api.rb +16 -16
- data/lib/authentik/api/api/lifecycle_api.rb +5 -5
- data/lib/authentik/api/api/managed_api.rb +6 -6
- data/lib/authentik/api/api/oauth2_api.rb +9 -9
- data/lib/authentik/api/api/outposts_api.rb +22 -22
- data/lib/authentik/api/api/policies_api.rb +52 -52
- data/lib/authentik/api/api/propertymappings_api.rb +79 -79
- data/lib/authentik/api/api/providers_api.rb +88 -88
- data/lib/authentik/api/api/rac_api.rb +10 -10
- data/lib/authentik/api/api/rbac_api.rb +15 -15
- data/lib/authentik/api/api/reports_api.rb +2 -2
- data/lib/authentik/api/api/sources_api.rb +123 -123
- data/lib/authentik/api/api/ssf_api.rb +1 -1
- data/lib/authentik/api/api/stages_api.rb +142 -142
- data/lib/authentik/api/api/tasks_api.rb +6 -6
- data/lib/authentik/api/api/tenants_api.rb +10 -10
- data/lib/authentik/api/models/expiring_base_grant_model.rb +1 -1
- data/lib/authentik/api/models/notification_rule.rb +1 -15
- data/lib/authentik/api/models/token_model.rb +1 -1
- data/lib/authentik/api/version.rb +1 -1
- metadata +1 -1
|
@@ -35,7 +35,7 @@ module Authentik::Api
|
|
|
35
35
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_all_destroy"
|
|
36
36
|
end
|
|
37
37
|
# resource path
|
|
38
|
-
local_var_path = '/stages/all/{stage_uuid}/'.sub('{
|
|
38
|
+
local_var_path = '/stages/all/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
39
39
|
|
|
40
40
|
# query parameters
|
|
41
41
|
query_params = opts[:query_params] || {}
|
|
@@ -166,7 +166,7 @@ module Authentik::Api
|
|
|
166
166
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_all_retrieve"
|
|
167
167
|
end
|
|
168
168
|
# resource path
|
|
169
|
-
local_var_path = '/stages/all/{stage_uuid}/'.sub('{
|
|
169
|
+
local_var_path = '/stages/all/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
170
170
|
|
|
171
171
|
# query parameters
|
|
172
172
|
query_params = opts[:query_params] || {}
|
|
@@ -282,7 +282,7 @@ module Authentik::Api
|
|
|
282
282
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_all_used_by_list"
|
|
283
283
|
end
|
|
284
284
|
# resource path
|
|
285
|
-
local_var_path = '/stages/all/{stage_uuid}/used_by/'.sub('{
|
|
285
|
+
local_var_path = '/stages/all/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
286
286
|
|
|
287
287
|
# query parameters
|
|
288
288
|
query_params = opts[:query_params] || {}
|
|
@@ -464,7 +464,7 @@ module Authentik::Api
|
|
|
464
464
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_duo_destroy"
|
|
465
465
|
end
|
|
466
466
|
# resource path
|
|
467
|
-
local_var_path = '/stages/authenticator/duo/{stage_uuid}/'.sub('{
|
|
467
|
+
local_var_path = '/stages/authenticator/duo/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
468
468
|
|
|
469
469
|
# query parameters
|
|
470
470
|
query_params = opts[:query_params] || {}
|
|
@@ -525,7 +525,7 @@ module Authentik::Api
|
|
|
525
525
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_duo_enrollment_status_create"
|
|
526
526
|
end
|
|
527
527
|
# resource path
|
|
528
|
-
local_var_path = '/stages/authenticator/duo/{stage_uuid}/enrollment_status/'.sub('{
|
|
528
|
+
local_var_path = '/stages/authenticator/duo/{stage_uuid}/enrollment_status/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
529
529
|
|
|
530
530
|
# query parameters
|
|
531
531
|
query_params = opts[:query_params] || {}
|
|
@@ -592,7 +592,7 @@ module Authentik::Api
|
|
|
592
592
|
fail ArgumentError, "Missing the required parameter 'authenticator_duo_stage_manual_device_import_request' when calling StagesApi.stages_authenticator_duo_import_device_manual_create"
|
|
593
593
|
end
|
|
594
594
|
# resource path
|
|
595
|
-
local_var_path = '/stages/authenticator/duo/{stage_uuid}/import_device_manual/'.sub('{
|
|
595
|
+
local_var_path = '/stages/authenticator/duo/{stage_uuid}/import_device_manual/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
596
596
|
|
|
597
597
|
# query parameters
|
|
598
598
|
query_params = opts[:query_params] || {}
|
|
@@ -658,7 +658,7 @@ module Authentik::Api
|
|
|
658
658
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_duo_import_devices_automatic_create"
|
|
659
659
|
end
|
|
660
660
|
# resource path
|
|
661
|
-
local_var_path = '/stages/authenticator/duo/{stage_uuid}/import_devices_automatic/'.sub('{
|
|
661
|
+
local_var_path = '/stages/authenticator/duo/{stage_uuid}/import_devices_automatic/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
662
662
|
|
|
663
663
|
# query parameters
|
|
664
664
|
query_params = opts[:query_params] || {}
|
|
@@ -800,7 +800,7 @@ module Authentik::Api
|
|
|
800
800
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_duo_partial_update"
|
|
801
801
|
end
|
|
802
802
|
# resource path
|
|
803
|
-
local_var_path = '/stages/authenticator/duo/{stage_uuid}/'.sub('{
|
|
803
|
+
local_var_path = '/stages/authenticator/duo/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
804
804
|
|
|
805
805
|
# query parameters
|
|
806
806
|
query_params = opts[:query_params] || {}
|
|
@@ -866,7 +866,7 @@ module Authentik::Api
|
|
|
866
866
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_duo_retrieve"
|
|
867
867
|
end
|
|
868
868
|
# resource path
|
|
869
|
-
local_var_path = '/stages/authenticator/duo/{stage_uuid}/'.sub('{
|
|
869
|
+
local_var_path = '/stages/authenticator/duo/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
870
870
|
|
|
871
871
|
# query parameters
|
|
872
872
|
query_params = opts[:query_params] || {}
|
|
@@ -933,7 +933,7 @@ module Authentik::Api
|
|
|
933
933
|
fail ArgumentError, "Missing the required parameter 'authenticator_duo_stage_request' when calling StagesApi.stages_authenticator_duo_update"
|
|
934
934
|
end
|
|
935
935
|
# resource path
|
|
936
|
-
local_var_path = '/stages/authenticator/duo/{stage_uuid}/'.sub('{
|
|
936
|
+
local_var_path = '/stages/authenticator/duo/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
937
937
|
|
|
938
938
|
# query parameters
|
|
939
939
|
query_params = opts[:query_params] || {}
|
|
@@ -999,7 +999,7 @@ module Authentik::Api
|
|
|
999
999
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_duo_used_by_list"
|
|
1000
1000
|
end
|
|
1001
1001
|
# resource path
|
|
1002
|
-
local_var_path = '/stages/authenticator/duo/{stage_uuid}/used_by/'.sub('{
|
|
1002
|
+
local_var_path = '/stages/authenticator/duo/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
1003
1003
|
|
|
1004
1004
|
# query parameters
|
|
1005
1005
|
query_params = opts[:query_params] || {}
|
|
@@ -1126,7 +1126,7 @@ module Authentik::Api
|
|
|
1126
1126
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_email_destroy"
|
|
1127
1127
|
end
|
|
1128
1128
|
# resource path
|
|
1129
|
-
local_var_path = '/stages/authenticator/email/{stage_uuid}/'.sub('{
|
|
1129
|
+
local_var_path = '/stages/authenticator/email/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
1130
1130
|
|
|
1131
1131
|
# query parameters
|
|
1132
1132
|
query_params = opts[:query_params] || {}
|
|
@@ -1304,7 +1304,7 @@ module Authentik::Api
|
|
|
1304
1304
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_email_partial_update"
|
|
1305
1305
|
end
|
|
1306
1306
|
# resource path
|
|
1307
|
-
local_var_path = '/stages/authenticator/email/{stage_uuid}/'.sub('{
|
|
1307
|
+
local_var_path = '/stages/authenticator/email/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
1308
1308
|
|
|
1309
1309
|
# query parameters
|
|
1310
1310
|
query_params = opts[:query_params] || {}
|
|
@@ -1370,7 +1370,7 @@ module Authentik::Api
|
|
|
1370
1370
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_email_retrieve"
|
|
1371
1371
|
end
|
|
1372
1372
|
# resource path
|
|
1373
|
-
local_var_path = '/stages/authenticator/email/{stage_uuid}/'.sub('{
|
|
1373
|
+
local_var_path = '/stages/authenticator/email/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
1374
1374
|
|
|
1375
1375
|
# query parameters
|
|
1376
1376
|
query_params = opts[:query_params] || {}
|
|
@@ -1437,7 +1437,7 @@ module Authentik::Api
|
|
|
1437
1437
|
fail ArgumentError, "Missing the required parameter 'authenticator_email_stage_request' when calling StagesApi.stages_authenticator_email_update"
|
|
1438
1438
|
end
|
|
1439
1439
|
# resource path
|
|
1440
|
-
local_var_path = '/stages/authenticator/email/{stage_uuid}/'.sub('{
|
|
1440
|
+
local_var_path = '/stages/authenticator/email/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
1441
1441
|
|
|
1442
1442
|
# query parameters
|
|
1443
1443
|
query_params = opts[:query_params] || {}
|
|
@@ -1503,7 +1503,7 @@ module Authentik::Api
|
|
|
1503
1503
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_email_used_by_list"
|
|
1504
1504
|
end
|
|
1505
1505
|
# resource path
|
|
1506
|
-
local_var_path = '/stages/authenticator/email/{stage_uuid}/used_by/'.sub('{
|
|
1506
|
+
local_var_path = '/stages/authenticator/email/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
1507
1507
|
|
|
1508
1508
|
# query parameters
|
|
1509
1509
|
query_params = opts[:query_params] || {}
|
|
@@ -1630,7 +1630,7 @@ module Authentik::Api
|
|
|
1630
1630
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_endpoint_gdtc_destroy"
|
|
1631
1631
|
end
|
|
1632
1632
|
# resource path
|
|
1633
|
-
local_var_path = '/stages/authenticator/endpoint_gdtc/{stage_uuid}/'.sub('{
|
|
1633
|
+
local_var_path = '/stages/authenticator/endpoint_gdtc/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
1634
1634
|
|
|
1635
1635
|
# query parameters
|
|
1636
1636
|
query_params = opts[:query_params] || {}
|
|
@@ -1766,7 +1766,7 @@ module Authentik::Api
|
|
|
1766
1766
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_endpoint_gdtc_partial_update"
|
|
1767
1767
|
end
|
|
1768
1768
|
# resource path
|
|
1769
|
-
local_var_path = '/stages/authenticator/endpoint_gdtc/{stage_uuid}/'.sub('{
|
|
1769
|
+
local_var_path = '/stages/authenticator/endpoint_gdtc/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
1770
1770
|
|
|
1771
1771
|
# query parameters
|
|
1772
1772
|
query_params = opts[:query_params] || {}
|
|
@@ -1832,7 +1832,7 @@ module Authentik::Api
|
|
|
1832
1832
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_endpoint_gdtc_retrieve"
|
|
1833
1833
|
end
|
|
1834
1834
|
# resource path
|
|
1835
|
-
local_var_path = '/stages/authenticator/endpoint_gdtc/{stage_uuid}/'.sub('{
|
|
1835
|
+
local_var_path = '/stages/authenticator/endpoint_gdtc/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
1836
1836
|
|
|
1837
1837
|
# query parameters
|
|
1838
1838
|
query_params = opts[:query_params] || {}
|
|
@@ -1899,7 +1899,7 @@ module Authentik::Api
|
|
|
1899
1899
|
fail ArgumentError, "Missing the required parameter 'authenticator_endpoint_gdtc_stage_request' when calling StagesApi.stages_authenticator_endpoint_gdtc_update"
|
|
1900
1900
|
end
|
|
1901
1901
|
# resource path
|
|
1902
|
-
local_var_path = '/stages/authenticator/endpoint_gdtc/{stage_uuid}/'.sub('{
|
|
1902
|
+
local_var_path = '/stages/authenticator/endpoint_gdtc/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
1903
1903
|
|
|
1904
1904
|
# query parameters
|
|
1905
1905
|
query_params = opts[:query_params] || {}
|
|
@@ -1965,7 +1965,7 @@ module Authentik::Api
|
|
|
1965
1965
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_endpoint_gdtc_used_by_list"
|
|
1966
1966
|
end
|
|
1967
1967
|
# resource path
|
|
1968
|
-
local_var_path = '/stages/authenticator/endpoint_gdtc/{stage_uuid}/used_by/'.sub('{
|
|
1968
|
+
local_var_path = '/stages/authenticator/endpoint_gdtc/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
1969
1969
|
|
|
1970
1970
|
# query parameters
|
|
1971
1971
|
query_params = opts[:query_params] || {}
|
|
@@ -2092,7 +2092,7 @@ module Authentik::Api
|
|
|
2092
2092
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_sms_destroy"
|
|
2093
2093
|
end
|
|
2094
2094
|
# resource path
|
|
2095
|
-
local_var_path = '/stages/authenticator/sms/{stage_uuid}/'.sub('{
|
|
2095
|
+
local_var_path = '/stages/authenticator/sms/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
2096
2096
|
|
|
2097
2097
|
# query parameters
|
|
2098
2098
|
query_params = opts[:query_params] || {}
|
|
@@ -2266,7 +2266,7 @@ module Authentik::Api
|
|
|
2266
2266
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_sms_partial_update"
|
|
2267
2267
|
end
|
|
2268
2268
|
# resource path
|
|
2269
|
-
local_var_path = '/stages/authenticator/sms/{stage_uuid}/'.sub('{
|
|
2269
|
+
local_var_path = '/stages/authenticator/sms/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
2270
2270
|
|
|
2271
2271
|
# query parameters
|
|
2272
2272
|
query_params = opts[:query_params] || {}
|
|
@@ -2332,7 +2332,7 @@ module Authentik::Api
|
|
|
2332
2332
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_sms_retrieve"
|
|
2333
2333
|
end
|
|
2334
2334
|
# resource path
|
|
2335
|
-
local_var_path = '/stages/authenticator/sms/{stage_uuid}/'.sub('{
|
|
2335
|
+
local_var_path = '/stages/authenticator/sms/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
2336
2336
|
|
|
2337
2337
|
# query parameters
|
|
2338
2338
|
query_params = opts[:query_params] || {}
|
|
@@ -2399,7 +2399,7 @@ module Authentik::Api
|
|
|
2399
2399
|
fail ArgumentError, "Missing the required parameter 'authenticator_sms_stage_request' when calling StagesApi.stages_authenticator_sms_update"
|
|
2400
2400
|
end
|
|
2401
2401
|
# resource path
|
|
2402
|
-
local_var_path = '/stages/authenticator/sms/{stage_uuid}/'.sub('{
|
|
2402
|
+
local_var_path = '/stages/authenticator/sms/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
2403
2403
|
|
|
2404
2404
|
# query parameters
|
|
2405
2405
|
query_params = opts[:query_params] || {}
|
|
@@ -2465,7 +2465,7 @@ module Authentik::Api
|
|
|
2465
2465
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_sms_used_by_list"
|
|
2466
2466
|
end
|
|
2467
2467
|
# resource path
|
|
2468
|
-
local_var_path = '/stages/authenticator/sms/{stage_uuid}/used_by/'.sub('{
|
|
2468
|
+
local_var_path = '/stages/authenticator/sms/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
2469
2469
|
|
|
2470
2470
|
# query parameters
|
|
2471
2471
|
query_params = opts[:query_params] || {}
|
|
@@ -2592,7 +2592,7 @@ module Authentik::Api
|
|
|
2592
2592
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_static_destroy"
|
|
2593
2593
|
end
|
|
2594
2594
|
# resource path
|
|
2595
|
-
local_var_path = '/stages/authenticator/static/{stage_uuid}/'.sub('{
|
|
2595
|
+
local_var_path = '/stages/authenticator/static/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
2596
2596
|
|
|
2597
2597
|
# query parameters
|
|
2598
2598
|
query_params = opts[:query_params] || {}
|
|
@@ -2740,7 +2740,7 @@ module Authentik::Api
|
|
|
2740
2740
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_static_partial_update"
|
|
2741
2741
|
end
|
|
2742
2742
|
# resource path
|
|
2743
|
-
local_var_path = '/stages/authenticator/static/{stage_uuid}/'.sub('{
|
|
2743
|
+
local_var_path = '/stages/authenticator/static/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
2744
2744
|
|
|
2745
2745
|
# query parameters
|
|
2746
2746
|
query_params = opts[:query_params] || {}
|
|
@@ -2806,7 +2806,7 @@ module Authentik::Api
|
|
|
2806
2806
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_static_retrieve"
|
|
2807
2807
|
end
|
|
2808
2808
|
# resource path
|
|
2809
|
-
local_var_path = '/stages/authenticator/static/{stage_uuid}/'.sub('{
|
|
2809
|
+
local_var_path = '/stages/authenticator/static/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
2810
2810
|
|
|
2811
2811
|
# query parameters
|
|
2812
2812
|
query_params = opts[:query_params] || {}
|
|
@@ -2873,7 +2873,7 @@ module Authentik::Api
|
|
|
2873
2873
|
fail ArgumentError, "Missing the required parameter 'authenticator_static_stage_request' when calling StagesApi.stages_authenticator_static_update"
|
|
2874
2874
|
end
|
|
2875
2875
|
# resource path
|
|
2876
|
-
local_var_path = '/stages/authenticator/static/{stage_uuid}/'.sub('{
|
|
2876
|
+
local_var_path = '/stages/authenticator/static/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
2877
2877
|
|
|
2878
2878
|
# query parameters
|
|
2879
2879
|
query_params = opts[:query_params] || {}
|
|
@@ -2939,7 +2939,7 @@ module Authentik::Api
|
|
|
2939
2939
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_static_used_by_list"
|
|
2940
2940
|
end
|
|
2941
2941
|
# resource path
|
|
2942
|
-
local_var_path = '/stages/authenticator/static/{stage_uuid}/used_by/'.sub('{
|
|
2942
|
+
local_var_path = '/stages/authenticator/static/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
2943
2943
|
|
|
2944
2944
|
# query parameters
|
|
2945
2945
|
query_params = opts[:query_params] || {}
|
|
@@ -3066,7 +3066,7 @@ module Authentik::Api
|
|
|
3066
3066
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_totp_destroy"
|
|
3067
3067
|
end
|
|
3068
3068
|
# resource path
|
|
3069
|
-
local_var_path = '/stages/authenticator/totp/{stage_uuid}/'.sub('{
|
|
3069
|
+
local_var_path = '/stages/authenticator/totp/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
3070
3070
|
|
|
3071
3071
|
# query parameters
|
|
3072
3072
|
query_params = opts[:query_params] || {}
|
|
@@ -3215,7 +3215,7 @@ module Authentik::Api
|
|
|
3215
3215
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_totp_partial_update"
|
|
3216
3216
|
end
|
|
3217
3217
|
# resource path
|
|
3218
|
-
local_var_path = '/stages/authenticator/totp/{stage_uuid}/'.sub('{
|
|
3218
|
+
local_var_path = '/stages/authenticator/totp/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
3219
3219
|
|
|
3220
3220
|
# query parameters
|
|
3221
3221
|
query_params = opts[:query_params] || {}
|
|
@@ -3281,7 +3281,7 @@ module Authentik::Api
|
|
|
3281
3281
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_totp_retrieve"
|
|
3282
3282
|
end
|
|
3283
3283
|
# resource path
|
|
3284
|
-
local_var_path = '/stages/authenticator/totp/{stage_uuid}/'.sub('{
|
|
3284
|
+
local_var_path = '/stages/authenticator/totp/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
3285
3285
|
|
|
3286
3286
|
# query parameters
|
|
3287
3287
|
query_params = opts[:query_params] || {}
|
|
@@ -3348,7 +3348,7 @@ module Authentik::Api
|
|
|
3348
3348
|
fail ArgumentError, "Missing the required parameter 'authenticator_totp_stage_request' when calling StagesApi.stages_authenticator_totp_update"
|
|
3349
3349
|
end
|
|
3350
3350
|
# resource path
|
|
3351
|
-
local_var_path = '/stages/authenticator/totp/{stage_uuid}/'.sub('{
|
|
3351
|
+
local_var_path = '/stages/authenticator/totp/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
3352
3352
|
|
|
3353
3353
|
# query parameters
|
|
3354
3354
|
query_params = opts[:query_params] || {}
|
|
@@ -3414,7 +3414,7 @@ module Authentik::Api
|
|
|
3414
3414
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_totp_used_by_list"
|
|
3415
3415
|
end
|
|
3416
3416
|
# resource path
|
|
3417
|
-
local_var_path = '/stages/authenticator/totp/{stage_uuid}/used_by/'.sub('{
|
|
3417
|
+
local_var_path = '/stages/authenticator/totp/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
3418
3418
|
|
|
3419
3419
|
# query parameters
|
|
3420
3420
|
query_params = opts[:query_params] || {}
|
|
@@ -3541,7 +3541,7 @@ module Authentik::Api
|
|
|
3541
3541
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_validate_destroy"
|
|
3542
3542
|
end
|
|
3543
3543
|
# resource path
|
|
3544
|
-
local_var_path = '/stages/authenticator/validate/{stage_uuid}/'.sub('{
|
|
3544
|
+
local_var_path = '/stages/authenticator/validate/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
3545
3545
|
|
|
3546
3546
|
# query parameters
|
|
3547
3547
|
query_params = opts[:query_params] || {}
|
|
@@ -3684,7 +3684,7 @@ module Authentik::Api
|
|
|
3684
3684
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_validate_partial_update"
|
|
3685
3685
|
end
|
|
3686
3686
|
# resource path
|
|
3687
|
-
local_var_path = '/stages/authenticator/validate/{stage_uuid}/'.sub('{
|
|
3687
|
+
local_var_path = '/stages/authenticator/validate/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
3688
3688
|
|
|
3689
3689
|
# query parameters
|
|
3690
3690
|
query_params = opts[:query_params] || {}
|
|
@@ -3750,7 +3750,7 @@ module Authentik::Api
|
|
|
3750
3750
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_validate_retrieve"
|
|
3751
3751
|
end
|
|
3752
3752
|
# resource path
|
|
3753
|
-
local_var_path = '/stages/authenticator/validate/{stage_uuid}/'.sub('{
|
|
3753
|
+
local_var_path = '/stages/authenticator/validate/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
3754
3754
|
|
|
3755
3755
|
# query parameters
|
|
3756
3756
|
query_params = opts[:query_params] || {}
|
|
@@ -3817,7 +3817,7 @@ module Authentik::Api
|
|
|
3817
3817
|
fail ArgumentError, "Missing the required parameter 'authenticator_validate_stage_request' when calling StagesApi.stages_authenticator_validate_update"
|
|
3818
3818
|
end
|
|
3819
3819
|
# resource path
|
|
3820
|
-
local_var_path = '/stages/authenticator/validate/{stage_uuid}/'.sub('{
|
|
3820
|
+
local_var_path = '/stages/authenticator/validate/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
3821
3821
|
|
|
3822
3822
|
# query parameters
|
|
3823
3823
|
query_params = opts[:query_params] || {}
|
|
@@ -3883,7 +3883,7 @@ module Authentik::Api
|
|
|
3883
3883
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_validate_used_by_list"
|
|
3884
3884
|
end
|
|
3885
3885
|
# resource path
|
|
3886
|
-
local_var_path = '/stages/authenticator/validate/{stage_uuid}/used_by/'.sub('{
|
|
3886
|
+
local_var_path = '/stages/authenticator/validate/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
3887
3887
|
|
|
3888
3888
|
# query parameters
|
|
3889
3889
|
query_params = opts[:query_params] || {}
|
|
@@ -4010,7 +4010,7 @@ module Authentik::Api
|
|
|
4010
4010
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_webauthn_destroy"
|
|
4011
4011
|
end
|
|
4012
4012
|
# resource path
|
|
4013
|
-
local_var_path = '/stages/authenticator/webauthn/{stage_uuid}/'.sub('{
|
|
4013
|
+
local_var_path = '/stages/authenticator/webauthn/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
4014
4014
|
|
|
4015
4015
|
# query parameters
|
|
4016
4016
|
query_params = opts[:query_params] || {}
|
|
@@ -4147,7 +4147,7 @@ module Authentik::Api
|
|
|
4147
4147
|
fail ArgumentError, "Missing the required parameter 'aaguid' when calling StagesApi.stages_authenticator_webauthn_device_types_retrieve"
|
|
4148
4148
|
end
|
|
4149
4149
|
# resource path
|
|
4150
|
-
local_var_path = '/stages/authenticator/webauthn_device_types/{aaguid}/'.sub('{
|
|
4150
|
+
local_var_path = '/stages/authenticator/webauthn_device_types/{aaguid}/'.sub('{aaguid}', CGI.escape(aaguid.to_s))
|
|
4151
4151
|
|
|
4152
4152
|
# query parameters
|
|
4153
4153
|
query_params = opts[:query_params] || {}
|
|
@@ -4316,7 +4316,7 @@ module Authentik::Api
|
|
|
4316
4316
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_webauthn_partial_update"
|
|
4317
4317
|
end
|
|
4318
4318
|
# resource path
|
|
4319
|
-
local_var_path = '/stages/authenticator/webauthn/{stage_uuid}/'.sub('{
|
|
4319
|
+
local_var_path = '/stages/authenticator/webauthn/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
4320
4320
|
|
|
4321
4321
|
# query parameters
|
|
4322
4322
|
query_params = opts[:query_params] || {}
|
|
@@ -4382,7 +4382,7 @@ module Authentik::Api
|
|
|
4382
4382
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_webauthn_retrieve"
|
|
4383
4383
|
end
|
|
4384
4384
|
# resource path
|
|
4385
|
-
local_var_path = '/stages/authenticator/webauthn/{stage_uuid}/'.sub('{
|
|
4385
|
+
local_var_path = '/stages/authenticator/webauthn/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
4386
4386
|
|
|
4387
4387
|
# query parameters
|
|
4388
4388
|
query_params = opts[:query_params] || {}
|
|
@@ -4449,7 +4449,7 @@ module Authentik::Api
|
|
|
4449
4449
|
fail ArgumentError, "Missing the required parameter 'authenticator_web_authn_stage_request' when calling StagesApi.stages_authenticator_webauthn_update"
|
|
4450
4450
|
end
|
|
4451
4451
|
# resource path
|
|
4452
|
-
local_var_path = '/stages/authenticator/webauthn/{stage_uuid}/'.sub('{
|
|
4452
|
+
local_var_path = '/stages/authenticator/webauthn/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
4453
4453
|
|
|
4454
4454
|
# query parameters
|
|
4455
4455
|
query_params = opts[:query_params] || {}
|
|
@@ -4515,7 +4515,7 @@ module Authentik::Api
|
|
|
4515
4515
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_authenticator_webauthn_used_by_list"
|
|
4516
4516
|
end
|
|
4517
4517
|
# resource path
|
|
4518
|
-
local_var_path = '/stages/authenticator/webauthn/{stage_uuid}/used_by/'.sub('{
|
|
4518
|
+
local_var_path = '/stages/authenticator/webauthn/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
4519
4519
|
|
|
4520
4520
|
# query parameters
|
|
4521
4521
|
query_params = opts[:query_params] || {}
|
|
@@ -4642,7 +4642,7 @@ module Authentik::Api
|
|
|
4642
4642
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_captcha_destroy"
|
|
4643
4643
|
end
|
|
4644
4644
|
# resource path
|
|
4645
|
-
local_var_path = '/stages/captcha/{stage_uuid}/'.sub('{
|
|
4645
|
+
local_var_path = '/stages/captcha/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
4646
4646
|
|
|
4647
4647
|
# query parameters
|
|
4648
4648
|
query_params = opts[:query_params] || {}
|
|
@@ -4778,7 +4778,7 @@ module Authentik::Api
|
|
|
4778
4778
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_captcha_partial_update"
|
|
4779
4779
|
end
|
|
4780
4780
|
# resource path
|
|
4781
|
-
local_var_path = '/stages/captcha/{stage_uuid}/'.sub('{
|
|
4781
|
+
local_var_path = '/stages/captcha/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
4782
4782
|
|
|
4783
4783
|
# query parameters
|
|
4784
4784
|
query_params = opts[:query_params] || {}
|
|
@@ -4844,7 +4844,7 @@ module Authentik::Api
|
|
|
4844
4844
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_captcha_retrieve"
|
|
4845
4845
|
end
|
|
4846
4846
|
# resource path
|
|
4847
|
-
local_var_path = '/stages/captcha/{stage_uuid}/'.sub('{
|
|
4847
|
+
local_var_path = '/stages/captcha/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
4848
4848
|
|
|
4849
4849
|
# query parameters
|
|
4850
4850
|
query_params = opts[:query_params] || {}
|
|
@@ -4911,7 +4911,7 @@ module Authentik::Api
|
|
|
4911
4911
|
fail ArgumentError, "Missing the required parameter 'captcha_stage_request' when calling StagesApi.stages_captcha_update"
|
|
4912
4912
|
end
|
|
4913
4913
|
# resource path
|
|
4914
|
-
local_var_path = '/stages/captcha/{stage_uuid}/'.sub('{
|
|
4914
|
+
local_var_path = '/stages/captcha/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
4915
4915
|
|
|
4916
4916
|
# query parameters
|
|
4917
4917
|
query_params = opts[:query_params] || {}
|
|
@@ -4977,7 +4977,7 @@ module Authentik::Api
|
|
|
4977
4977
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_captcha_used_by_list"
|
|
4978
4978
|
end
|
|
4979
4979
|
# resource path
|
|
4980
|
-
local_var_path = '/stages/captcha/{stage_uuid}/used_by/'.sub('{
|
|
4980
|
+
local_var_path = '/stages/captcha/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
4981
4981
|
|
|
4982
4982
|
# query parameters
|
|
4983
4983
|
query_params = opts[:query_params] || {}
|
|
@@ -5104,7 +5104,7 @@ module Authentik::Api
|
|
|
5104
5104
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_consent_destroy"
|
|
5105
5105
|
end
|
|
5106
5106
|
# resource path
|
|
5107
|
-
local_var_path = '/stages/consent/{stage_uuid}/'.sub('{
|
|
5107
|
+
local_var_path = '/stages/consent/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
5108
5108
|
|
|
5109
5109
|
# query parameters
|
|
5110
5110
|
query_params = opts[:query_params] || {}
|
|
@@ -5250,7 +5250,7 @@ module Authentik::Api
|
|
|
5250
5250
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_consent_partial_update"
|
|
5251
5251
|
end
|
|
5252
5252
|
# resource path
|
|
5253
|
-
local_var_path = '/stages/consent/{stage_uuid}/'.sub('{
|
|
5253
|
+
local_var_path = '/stages/consent/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
5254
5254
|
|
|
5255
5255
|
# query parameters
|
|
5256
5256
|
query_params = opts[:query_params] || {}
|
|
@@ -5316,7 +5316,7 @@ module Authentik::Api
|
|
|
5316
5316
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_consent_retrieve"
|
|
5317
5317
|
end
|
|
5318
5318
|
# resource path
|
|
5319
|
-
local_var_path = '/stages/consent/{stage_uuid}/'.sub('{
|
|
5319
|
+
local_var_path = '/stages/consent/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
5320
5320
|
|
|
5321
5321
|
# query parameters
|
|
5322
5322
|
query_params = opts[:query_params] || {}
|
|
@@ -5383,7 +5383,7 @@ module Authentik::Api
|
|
|
5383
5383
|
fail ArgumentError, "Missing the required parameter 'consent_stage_request' when calling StagesApi.stages_consent_update"
|
|
5384
5384
|
end
|
|
5385
5385
|
# resource path
|
|
5386
|
-
local_var_path = '/stages/consent/{stage_uuid}/'.sub('{
|
|
5386
|
+
local_var_path = '/stages/consent/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
5387
5387
|
|
|
5388
5388
|
# query parameters
|
|
5389
5389
|
query_params = opts[:query_params] || {}
|
|
@@ -5449,7 +5449,7 @@ module Authentik::Api
|
|
|
5449
5449
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_consent_used_by_list"
|
|
5450
5450
|
end
|
|
5451
5451
|
# resource path
|
|
5452
|
-
local_var_path = '/stages/consent/{stage_uuid}/used_by/'.sub('{
|
|
5452
|
+
local_var_path = '/stages/consent/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
5453
5453
|
|
|
5454
5454
|
# query parameters
|
|
5455
5455
|
query_params = opts[:query_params] || {}
|
|
@@ -5576,7 +5576,7 @@ module Authentik::Api
|
|
|
5576
5576
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_deny_destroy"
|
|
5577
5577
|
end
|
|
5578
5578
|
# resource path
|
|
5579
|
-
local_var_path = '/stages/deny/{stage_uuid}/'.sub('{
|
|
5579
|
+
local_var_path = '/stages/deny/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
5580
5580
|
|
|
5581
5581
|
# query parameters
|
|
5582
5582
|
query_params = opts[:query_params] || {}
|
|
@@ -5715,7 +5715,7 @@ module Authentik::Api
|
|
|
5715
5715
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_deny_partial_update"
|
|
5716
5716
|
end
|
|
5717
5717
|
# resource path
|
|
5718
|
-
local_var_path = '/stages/deny/{stage_uuid}/'.sub('{
|
|
5718
|
+
local_var_path = '/stages/deny/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
5719
5719
|
|
|
5720
5720
|
# query parameters
|
|
5721
5721
|
query_params = opts[:query_params] || {}
|
|
@@ -5781,7 +5781,7 @@ module Authentik::Api
|
|
|
5781
5781
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_deny_retrieve"
|
|
5782
5782
|
end
|
|
5783
5783
|
# resource path
|
|
5784
|
-
local_var_path = '/stages/deny/{stage_uuid}/'.sub('{
|
|
5784
|
+
local_var_path = '/stages/deny/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
5785
5785
|
|
|
5786
5786
|
# query parameters
|
|
5787
5787
|
query_params = opts[:query_params] || {}
|
|
@@ -5848,7 +5848,7 @@ module Authentik::Api
|
|
|
5848
5848
|
fail ArgumentError, "Missing the required parameter 'deny_stage_request' when calling StagesApi.stages_deny_update"
|
|
5849
5849
|
end
|
|
5850
5850
|
# resource path
|
|
5851
|
-
local_var_path = '/stages/deny/{stage_uuid}/'.sub('{
|
|
5851
|
+
local_var_path = '/stages/deny/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
5852
5852
|
|
|
5853
5853
|
# query parameters
|
|
5854
5854
|
query_params = opts[:query_params] || {}
|
|
@@ -5914,7 +5914,7 @@ module Authentik::Api
|
|
|
5914
5914
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_deny_used_by_list"
|
|
5915
5915
|
end
|
|
5916
5916
|
# resource path
|
|
5917
|
-
local_var_path = '/stages/deny/{stage_uuid}/used_by/'.sub('{
|
|
5917
|
+
local_var_path = '/stages/deny/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
5918
5918
|
|
|
5919
5919
|
# query parameters
|
|
5920
5920
|
query_params = opts[:query_params] || {}
|
|
@@ -6041,7 +6041,7 @@ module Authentik::Api
|
|
|
6041
6041
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_dummy_destroy"
|
|
6042
6042
|
end
|
|
6043
6043
|
# resource path
|
|
6044
|
-
local_var_path = '/stages/dummy/{stage_uuid}/'.sub('{
|
|
6044
|
+
local_var_path = '/stages/dummy/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
6045
6045
|
|
|
6046
6046
|
# query parameters
|
|
6047
6047
|
query_params = opts[:query_params] || {}
|
|
@@ -6180,7 +6180,7 @@ module Authentik::Api
|
|
|
6180
6180
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_dummy_partial_update"
|
|
6181
6181
|
end
|
|
6182
6182
|
# resource path
|
|
6183
|
-
local_var_path = '/stages/dummy/{stage_uuid}/'.sub('{
|
|
6183
|
+
local_var_path = '/stages/dummy/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
6184
6184
|
|
|
6185
6185
|
# query parameters
|
|
6186
6186
|
query_params = opts[:query_params] || {}
|
|
@@ -6246,7 +6246,7 @@ module Authentik::Api
|
|
|
6246
6246
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_dummy_retrieve"
|
|
6247
6247
|
end
|
|
6248
6248
|
# resource path
|
|
6249
|
-
local_var_path = '/stages/dummy/{stage_uuid}/'.sub('{
|
|
6249
|
+
local_var_path = '/stages/dummy/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
6250
6250
|
|
|
6251
6251
|
# query parameters
|
|
6252
6252
|
query_params = opts[:query_params] || {}
|
|
@@ -6313,7 +6313,7 @@ module Authentik::Api
|
|
|
6313
6313
|
fail ArgumentError, "Missing the required parameter 'dummy_stage_request' when calling StagesApi.stages_dummy_update"
|
|
6314
6314
|
end
|
|
6315
6315
|
# resource path
|
|
6316
|
-
local_var_path = '/stages/dummy/{stage_uuid}/'.sub('{
|
|
6316
|
+
local_var_path = '/stages/dummy/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
6317
6317
|
|
|
6318
6318
|
# query parameters
|
|
6319
6319
|
query_params = opts[:query_params] || {}
|
|
@@ -6379,7 +6379,7 @@ module Authentik::Api
|
|
|
6379
6379
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_dummy_used_by_list"
|
|
6380
6380
|
end
|
|
6381
6381
|
# resource path
|
|
6382
|
-
local_var_path = '/stages/dummy/{stage_uuid}/used_by/'.sub('{
|
|
6382
|
+
local_var_path = '/stages/dummy/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
6383
6383
|
|
|
6384
6384
|
# query parameters
|
|
6385
6385
|
query_params = opts[:query_params] || {}
|
|
@@ -6506,7 +6506,7 @@ module Authentik::Api
|
|
|
6506
6506
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_email_destroy"
|
|
6507
6507
|
end
|
|
6508
6508
|
# resource path
|
|
6509
|
-
local_var_path = '/stages/email/{stage_uuid}/'.sub('{
|
|
6509
|
+
local_var_path = '/stages/email/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
6510
6510
|
|
|
6511
6511
|
# query parameters
|
|
6512
6512
|
query_params = opts[:query_params] || {}
|
|
@@ -6675,7 +6675,7 @@ module Authentik::Api
|
|
|
6675
6675
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_email_partial_update"
|
|
6676
6676
|
end
|
|
6677
6677
|
# resource path
|
|
6678
|
-
local_var_path = '/stages/email/{stage_uuid}/'.sub('{
|
|
6678
|
+
local_var_path = '/stages/email/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
6679
6679
|
|
|
6680
6680
|
# query parameters
|
|
6681
6681
|
query_params = opts[:query_params] || {}
|
|
@@ -6741,7 +6741,7 @@ module Authentik::Api
|
|
|
6741
6741
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_email_retrieve"
|
|
6742
6742
|
end
|
|
6743
6743
|
# resource path
|
|
6744
|
-
local_var_path = '/stages/email/{stage_uuid}/'.sub('{
|
|
6744
|
+
local_var_path = '/stages/email/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
6745
6745
|
|
|
6746
6746
|
# query parameters
|
|
6747
6747
|
query_params = opts[:query_params] || {}
|
|
@@ -6863,7 +6863,7 @@ module Authentik::Api
|
|
|
6863
6863
|
fail ArgumentError, "Missing the required parameter 'email_stage_request' when calling StagesApi.stages_email_update"
|
|
6864
6864
|
end
|
|
6865
6865
|
# resource path
|
|
6866
|
-
local_var_path = '/stages/email/{stage_uuid}/'.sub('{
|
|
6866
|
+
local_var_path = '/stages/email/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
6867
6867
|
|
|
6868
6868
|
# query parameters
|
|
6869
6869
|
query_params = opts[:query_params] || {}
|
|
@@ -6929,7 +6929,7 @@ module Authentik::Api
|
|
|
6929
6929
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_email_used_by_list"
|
|
6930
6930
|
end
|
|
6931
6931
|
# resource path
|
|
6932
|
-
local_var_path = '/stages/email/{stage_uuid}/used_by/'.sub('{
|
|
6932
|
+
local_var_path = '/stages/email/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
6933
6933
|
|
|
6934
6934
|
# query parameters
|
|
6935
6935
|
query_params = opts[:query_params] || {}
|
|
@@ -7056,7 +7056,7 @@ module Authentik::Api
|
|
|
7056
7056
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_endpoints_destroy"
|
|
7057
7057
|
end
|
|
7058
7058
|
# resource path
|
|
7059
|
-
local_var_path = '/stages/endpoints/{stage_uuid}/'.sub('{
|
|
7059
|
+
local_var_path = '/stages/endpoints/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
7060
7060
|
|
|
7061
7061
|
# query parameters
|
|
7062
7062
|
query_params = opts[:query_params] || {}
|
|
@@ -7189,7 +7189,7 @@ module Authentik::Api
|
|
|
7189
7189
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_endpoints_partial_update"
|
|
7190
7190
|
end
|
|
7191
7191
|
# resource path
|
|
7192
|
-
local_var_path = '/stages/endpoints/{stage_uuid}/'.sub('{
|
|
7192
|
+
local_var_path = '/stages/endpoints/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
7193
7193
|
|
|
7194
7194
|
# query parameters
|
|
7195
7195
|
query_params = opts[:query_params] || {}
|
|
@@ -7255,7 +7255,7 @@ module Authentik::Api
|
|
|
7255
7255
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_endpoints_retrieve"
|
|
7256
7256
|
end
|
|
7257
7257
|
# resource path
|
|
7258
|
-
local_var_path = '/stages/endpoints/{stage_uuid}/'.sub('{
|
|
7258
|
+
local_var_path = '/stages/endpoints/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
7259
7259
|
|
|
7260
7260
|
# query parameters
|
|
7261
7261
|
query_params = opts[:query_params] || {}
|
|
@@ -7322,7 +7322,7 @@ module Authentik::Api
|
|
|
7322
7322
|
fail ArgumentError, "Missing the required parameter 'endpoint_stage_request' when calling StagesApi.stages_endpoints_update"
|
|
7323
7323
|
end
|
|
7324
7324
|
# resource path
|
|
7325
|
-
local_var_path = '/stages/endpoints/{stage_uuid}/'.sub('{
|
|
7325
|
+
local_var_path = '/stages/endpoints/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
7326
7326
|
|
|
7327
7327
|
# query parameters
|
|
7328
7328
|
query_params = opts[:query_params] || {}
|
|
@@ -7388,7 +7388,7 @@ module Authentik::Api
|
|
|
7388
7388
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_endpoints_used_by_list"
|
|
7389
7389
|
end
|
|
7390
7390
|
# resource path
|
|
7391
|
-
local_var_path = '/stages/endpoints/{stage_uuid}/used_by/'.sub('{
|
|
7391
|
+
local_var_path = '/stages/endpoints/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
7392
7392
|
|
|
7393
7393
|
# query parameters
|
|
7394
7394
|
query_params = opts[:query_params] || {}
|
|
@@ -7515,7 +7515,7 @@ module Authentik::Api
|
|
|
7515
7515
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_identification_destroy"
|
|
7516
7516
|
end
|
|
7517
7517
|
# resource path
|
|
7518
|
-
local_var_path = '/stages/identification/{stage_uuid}/'.sub('{
|
|
7518
|
+
local_var_path = '/stages/identification/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
7519
7519
|
|
|
7520
7520
|
# query parameters
|
|
7521
7521
|
query_params = opts[:query_params] || {}
|
|
@@ -7675,7 +7675,7 @@ module Authentik::Api
|
|
|
7675
7675
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_identification_partial_update"
|
|
7676
7676
|
end
|
|
7677
7677
|
# resource path
|
|
7678
|
-
local_var_path = '/stages/identification/{stage_uuid}/'.sub('{
|
|
7678
|
+
local_var_path = '/stages/identification/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
7679
7679
|
|
|
7680
7680
|
# query parameters
|
|
7681
7681
|
query_params = opts[:query_params] || {}
|
|
@@ -7741,7 +7741,7 @@ module Authentik::Api
|
|
|
7741
7741
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_identification_retrieve"
|
|
7742
7742
|
end
|
|
7743
7743
|
# resource path
|
|
7744
|
-
local_var_path = '/stages/identification/{stage_uuid}/'.sub('{
|
|
7744
|
+
local_var_path = '/stages/identification/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
7745
7745
|
|
|
7746
7746
|
# query parameters
|
|
7747
7747
|
query_params = opts[:query_params] || {}
|
|
@@ -7808,7 +7808,7 @@ module Authentik::Api
|
|
|
7808
7808
|
fail ArgumentError, "Missing the required parameter 'identification_stage_request' when calling StagesApi.stages_identification_update"
|
|
7809
7809
|
end
|
|
7810
7810
|
# resource path
|
|
7811
|
-
local_var_path = '/stages/identification/{stage_uuid}/'.sub('{
|
|
7811
|
+
local_var_path = '/stages/identification/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
7812
7812
|
|
|
7813
7813
|
# query parameters
|
|
7814
7814
|
query_params = opts[:query_params] || {}
|
|
@@ -7874,7 +7874,7 @@ module Authentik::Api
|
|
|
7874
7874
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_identification_used_by_list"
|
|
7875
7875
|
end
|
|
7876
7876
|
# resource path
|
|
7877
|
-
local_var_path = '/stages/identification/{stage_uuid}/used_by/'.sub('{
|
|
7877
|
+
local_var_path = '/stages/identification/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
7878
7878
|
|
|
7879
7879
|
# query parameters
|
|
7880
7880
|
query_params = opts[:query_params] || {}
|
|
@@ -8001,7 +8001,7 @@ module Authentik::Api
|
|
|
8001
8001
|
fail ArgumentError, "Missing the required parameter 'invite_uuid' when calling StagesApi.stages_invitation_invitations_destroy"
|
|
8002
8002
|
end
|
|
8003
8003
|
# resource path
|
|
8004
|
-
local_var_path = '/stages/invitation/invitations/{invite_uuid}/'.sub('{
|
|
8004
|
+
local_var_path = '/stages/invitation/invitations/{invite_uuid}/'.sub('{invite_uuid}', CGI.escape(invite_uuid.to_s))
|
|
8005
8005
|
|
|
8006
8006
|
# query parameters
|
|
8007
8007
|
query_params = opts[:query_params] || {}
|
|
@@ -8143,7 +8143,7 @@ module Authentik::Api
|
|
|
8143
8143
|
fail ArgumentError, "Missing the required parameter 'invite_uuid' when calling StagesApi.stages_invitation_invitations_partial_update"
|
|
8144
8144
|
end
|
|
8145
8145
|
# resource path
|
|
8146
|
-
local_var_path = '/stages/invitation/invitations/{invite_uuid}/'.sub('{
|
|
8146
|
+
local_var_path = '/stages/invitation/invitations/{invite_uuid}/'.sub('{invite_uuid}', CGI.escape(invite_uuid.to_s))
|
|
8147
8147
|
|
|
8148
8148
|
# query parameters
|
|
8149
8149
|
query_params = opts[:query_params] || {}
|
|
@@ -8209,7 +8209,7 @@ module Authentik::Api
|
|
|
8209
8209
|
fail ArgumentError, "Missing the required parameter 'invite_uuid' when calling StagesApi.stages_invitation_invitations_retrieve"
|
|
8210
8210
|
end
|
|
8211
8211
|
# resource path
|
|
8212
|
-
local_var_path = '/stages/invitation/invitations/{invite_uuid}/'.sub('{
|
|
8212
|
+
local_var_path = '/stages/invitation/invitations/{invite_uuid}/'.sub('{invite_uuid}', CGI.escape(invite_uuid.to_s))
|
|
8213
8213
|
|
|
8214
8214
|
# query parameters
|
|
8215
8215
|
query_params = opts[:query_params] || {}
|
|
@@ -8276,7 +8276,7 @@ module Authentik::Api
|
|
|
8276
8276
|
fail ArgumentError, "Missing the required parameter 'invitation_request' when calling StagesApi.stages_invitation_invitations_update"
|
|
8277
8277
|
end
|
|
8278
8278
|
# resource path
|
|
8279
|
-
local_var_path = '/stages/invitation/invitations/{invite_uuid}/'.sub('{
|
|
8279
|
+
local_var_path = '/stages/invitation/invitations/{invite_uuid}/'.sub('{invite_uuid}', CGI.escape(invite_uuid.to_s))
|
|
8280
8280
|
|
|
8281
8281
|
# query parameters
|
|
8282
8282
|
query_params = opts[:query_params] || {}
|
|
@@ -8342,7 +8342,7 @@ module Authentik::Api
|
|
|
8342
8342
|
fail ArgumentError, "Missing the required parameter 'invite_uuid' when calling StagesApi.stages_invitation_invitations_used_by_list"
|
|
8343
8343
|
end
|
|
8344
8344
|
# resource path
|
|
8345
|
-
local_var_path = '/stages/invitation/invitations/{invite_uuid}/used_by/'.sub('{
|
|
8345
|
+
local_var_path = '/stages/invitation/invitations/{invite_uuid}/used_by/'.sub('{invite_uuid}', CGI.escape(invite_uuid.to_s))
|
|
8346
8346
|
|
|
8347
8347
|
# query parameters
|
|
8348
8348
|
query_params = opts[:query_params] || {}
|
|
@@ -8469,7 +8469,7 @@ module Authentik::Api
|
|
|
8469
8469
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_invitation_stages_destroy"
|
|
8470
8470
|
end
|
|
8471
8471
|
# resource path
|
|
8472
|
-
local_var_path = '/stages/invitation/stages/{stage_uuid}/'.sub('{
|
|
8472
|
+
local_var_path = '/stages/invitation/stages/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
8473
8473
|
|
|
8474
8474
|
# query parameters
|
|
8475
8475
|
query_params = opts[:query_params] || {}
|
|
@@ -8611,7 +8611,7 @@ module Authentik::Api
|
|
|
8611
8611
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_invitation_stages_partial_update"
|
|
8612
8612
|
end
|
|
8613
8613
|
# resource path
|
|
8614
|
-
local_var_path = '/stages/invitation/stages/{stage_uuid}/'.sub('{
|
|
8614
|
+
local_var_path = '/stages/invitation/stages/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
8615
8615
|
|
|
8616
8616
|
# query parameters
|
|
8617
8617
|
query_params = opts[:query_params] || {}
|
|
@@ -8677,7 +8677,7 @@ module Authentik::Api
|
|
|
8677
8677
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_invitation_stages_retrieve"
|
|
8678
8678
|
end
|
|
8679
8679
|
# resource path
|
|
8680
|
-
local_var_path = '/stages/invitation/stages/{stage_uuid}/'.sub('{
|
|
8680
|
+
local_var_path = '/stages/invitation/stages/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
8681
8681
|
|
|
8682
8682
|
# query parameters
|
|
8683
8683
|
query_params = opts[:query_params] || {}
|
|
@@ -8744,7 +8744,7 @@ module Authentik::Api
|
|
|
8744
8744
|
fail ArgumentError, "Missing the required parameter 'invitation_stage_request' when calling StagesApi.stages_invitation_stages_update"
|
|
8745
8745
|
end
|
|
8746
8746
|
# resource path
|
|
8747
|
-
local_var_path = '/stages/invitation/stages/{stage_uuid}/'.sub('{
|
|
8747
|
+
local_var_path = '/stages/invitation/stages/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
8748
8748
|
|
|
8749
8749
|
# query parameters
|
|
8750
8750
|
query_params = opts[:query_params] || {}
|
|
@@ -8810,7 +8810,7 @@ module Authentik::Api
|
|
|
8810
8810
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_invitation_stages_used_by_list"
|
|
8811
8811
|
end
|
|
8812
8812
|
# resource path
|
|
8813
|
-
local_var_path = '/stages/invitation/stages/{stage_uuid}/used_by/'.sub('{
|
|
8813
|
+
local_var_path = '/stages/invitation/stages/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
8814
8814
|
|
|
8815
8815
|
# query parameters
|
|
8816
8816
|
query_params = opts[:query_params] || {}
|
|
@@ -8937,7 +8937,7 @@ module Authentik::Api
|
|
|
8937
8937
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_mtls_destroy"
|
|
8938
8938
|
end
|
|
8939
8939
|
# resource path
|
|
8940
|
-
local_var_path = '/stages/mtls/{stage_uuid}/'.sub('{
|
|
8940
|
+
local_var_path = '/stages/mtls/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
8941
8941
|
|
|
8942
8942
|
# query parameters
|
|
8943
8943
|
query_params = opts[:query_params] || {}
|
|
@@ -9097,7 +9097,7 @@ module Authentik::Api
|
|
|
9097
9097
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_mtls_partial_update"
|
|
9098
9098
|
end
|
|
9099
9099
|
# resource path
|
|
9100
|
-
local_var_path = '/stages/mtls/{stage_uuid}/'.sub('{
|
|
9100
|
+
local_var_path = '/stages/mtls/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
9101
9101
|
|
|
9102
9102
|
# query parameters
|
|
9103
9103
|
query_params = opts[:query_params] || {}
|
|
@@ -9163,7 +9163,7 @@ module Authentik::Api
|
|
|
9163
9163
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_mtls_retrieve"
|
|
9164
9164
|
end
|
|
9165
9165
|
# resource path
|
|
9166
|
-
local_var_path = '/stages/mtls/{stage_uuid}/'.sub('{
|
|
9166
|
+
local_var_path = '/stages/mtls/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
9167
9167
|
|
|
9168
9168
|
# query parameters
|
|
9169
9169
|
query_params = opts[:query_params] || {}
|
|
@@ -9230,7 +9230,7 @@ module Authentik::Api
|
|
|
9230
9230
|
fail ArgumentError, "Missing the required parameter 'mutual_tls_stage_request' when calling StagesApi.stages_mtls_update"
|
|
9231
9231
|
end
|
|
9232
9232
|
# resource path
|
|
9233
|
-
local_var_path = '/stages/mtls/{stage_uuid}/'.sub('{
|
|
9233
|
+
local_var_path = '/stages/mtls/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
9234
9234
|
|
|
9235
9235
|
# query parameters
|
|
9236
9236
|
query_params = opts[:query_params] || {}
|
|
@@ -9296,7 +9296,7 @@ module Authentik::Api
|
|
|
9296
9296
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_mtls_used_by_list"
|
|
9297
9297
|
end
|
|
9298
9298
|
# resource path
|
|
9299
|
-
local_var_path = '/stages/mtls/{stage_uuid}/used_by/'.sub('{
|
|
9299
|
+
local_var_path = '/stages/mtls/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
9300
9300
|
|
|
9301
9301
|
# query parameters
|
|
9302
9302
|
query_params = opts[:query_params] || {}
|
|
@@ -9423,7 +9423,7 @@ module Authentik::Api
|
|
|
9423
9423
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_password_destroy"
|
|
9424
9424
|
end
|
|
9425
9425
|
# resource path
|
|
9426
|
-
local_var_path = '/stages/password/{stage_uuid}/'.sub('{
|
|
9426
|
+
local_var_path = '/stages/password/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
9427
9427
|
|
|
9428
9428
|
# query parameters
|
|
9429
9429
|
query_params = opts[:query_params] || {}
|
|
@@ -9565,7 +9565,7 @@ module Authentik::Api
|
|
|
9565
9565
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_password_partial_update"
|
|
9566
9566
|
end
|
|
9567
9567
|
# resource path
|
|
9568
|
-
local_var_path = '/stages/password/{stage_uuid}/'.sub('{
|
|
9568
|
+
local_var_path = '/stages/password/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
9569
9569
|
|
|
9570
9570
|
# query parameters
|
|
9571
9571
|
query_params = opts[:query_params] || {}
|
|
@@ -9631,7 +9631,7 @@ module Authentik::Api
|
|
|
9631
9631
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_password_retrieve"
|
|
9632
9632
|
end
|
|
9633
9633
|
# resource path
|
|
9634
|
-
local_var_path = '/stages/password/{stage_uuid}/'.sub('{
|
|
9634
|
+
local_var_path = '/stages/password/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
9635
9635
|
|
|
9636
9636
|
# query parameters
|
|
9637
9637
|
query_params = opts[:query_params] || {}
|
|
@@ -9698,7 +9698,7 @@ module Authentik::Api
|
|
|
9698
9698
|
fail ArgumentError, "Missing the required parameter 'password_stage_request' when calling StagesApi.stages_password_update"
|
|
9699
9699
|
end
|
|
9700
9700
|
# resource path
|
|
9701
|
-
local_var_path = '/stages/password/{stage_uuid}/'.sub('{
|
|
9701
|
+
local_var_path = '/stages/password/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
9702
9702
|
|
|
9703
9703
|
# query parameters
|
|
9704
9704
|
query_params = opts[:query_params] || {}
|
|
@@ -9764,7 +9764,7 @@ module Authentik::Api
|
|
|
9764
9764
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_password_used_by_list"
|
|
9765
9765
|
end
|
|
9766
9766
|
# resource path
|
|
9767
|
-
local_var_path = '/stages/password/{stage_uuid}/used_by/'.sub('{
|
|
9767
|
+
local_var_path = '/stages/password/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
9768
9768
|
|
|
9769
9769
|
# query parameters
|
|
9770
9770
|
query_params = opts[:query_params] || {}
|
|
@@ -9891,7 +9891,7 @@ module Authentik::Api
|
|
|
9891
9891
|
fail ArgumentError, "Missing the required parameter 'prompt_uuid' when calling StagesApi.stages_prompt_prompts_destroy"
|
|
9892
9892
|
end
|
|
9893
9893
|
# resource path
|
|
9894
|
-
local_var_path = '/stages/prompt/prompts/{prompt_uuid}/'.sub('{
|
|
9894
|
+
local_var_path = '/stages/prompt/prompts/{prompt_uuid}/'.sub('{prompt_uuid}', CGI.escape(prompt_uuid.to_s))
|
|
9895
9895
|
|
|
9896
9896
|
# query parameters
|
|
9897
9897
|
query_params = opts[:query_params] || {}
|
|
@@ -10040,7 +10040,7 @@ module Authentik::Api
|
|
|
10040
10040
|
fail ArgumentError, "Missing the required parameter 'prompt_uuid' when calling StagesApi.stages_prompt_prompts_partial_update"
|
|
10041
10041
|
end
|
|
10042
10042
|
# resource path
|
|
10043
|
-
local_var_path = '/stages/prompt/prompts/{prompt_uuid}/'.sub('{
|
|
10043
|
+
local_var_path = '/stages/prompt/prompts/{prompt_uuid}/'.sub('{prompt_uuid}', CGI.escape(prompt_uuid.to_s))
|
|
10044
10044
|
|
|
10045
10045
|
# query parameters
|
|
10046
10046
|
query_params = opts[:query_params] || {}
|
|
@@ -10172,7 +10172,7 @@ module Authentik::Api
|
|
|
10172
10172
|
fail ArgumentError, "Missing the required parameter 'prompt_uuid' when calling StagesApi.stages_prompt_prompts_retrieve"
|
|
10173
10173
|
end
|
|
10174
10174
|
# resource path
|
|
10175
|
-
local_var_path = '/stages/prompt/prompts/{prompt_uuid}/'.sub('{
|
|
10175
|
+
local_var_path = '/stages/prompt/prompts/{prompt_uuid}/'.sub('{prompt_uuid}', CGI.escape(prompt_uuid.to_s))
|
|
10176
10176
|
|
|
10177
10177
|
# query parameters
|
|
10178
10178
|
query_params = opts[:query_params] || {}
|
|
@@ -10239,7 +10239,7 @@ module Authentik::Api
|
|
|
10239
10239
|
fail ArgumentError, "Missing the required parameter 'prompt_request' when calling StagesApi.stages_prompt_prompts_update"
|
|
10240
10240
|
end
|
|
10241
10241
|
# resource path
|
|
10242
|
-
local_var_path = '/stages/prompt/prompts/{prompt_uuid}/'.sub('{
|
|
10242
|
+
local_var_path = '/stages/prompt/prompts/{prompt_uuid}/'.sub('{prompt_uuid}', CGI.escape(prompt_uuid.to_s))
|
|
10243
10243
|
|
|
10244
10244
|
# query parameters
|
|
10245
10245
|
query_params = opts[:query_params] || {}
|
|
@@ -10305,7 +10305,7 @@ module Authentik::Api
|
|
|
10305
10305
|
fail ArgumentError, "Missing the required parameter 'prompt_uuid' when calling StagesApi.stages_prompt_prompts_used_by_list"
|
|
10306
10306
|
end
|
|
10307
10307
|
# resource path
|
|
10308
|
-
local_var_path = '/stages/prompt/prompts/{prompt_uuid}/used_by/'.sub('{
|
|
10308
|
+
local_var_path = '/stages/prompt/prompts/{prompt_uuid}/used_by/'.sub('{prompt_uuid}', CGI.escape(prompt_uuid.to_s))
|
|
10309
10309
|
|
|
10310
10310
|
# query parameters
|
|
10311
10311
|
query_params = opts[:query_params] || {}
|
|
@@ -10432,7 +10432,7 @@ module Authentik::Api
|
|
|
10432
10432
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_prompt_stages_destroy"
|
|
10433
10433
|
end
|
|
10434
10434
|
# resource path
|
|
10435
|
-
local_var_path = '/stages/prompt/stages/{stage_uuid}/'.sub('{
|
|
10435
|
+
local_var_path = '/stages/prompt/stages/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
10436
10436
|
|
|
10437
10437
|
# query parameters
|
|
10438
10438
|
query_params = opts[:query_params] || {}
|
|
@@ -10574,7 +10574,7 @@ module Authentik::Api
|
|
|
10574
10574
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_prompt_stages_partial_update"
|
|
10575
10575
|
end
|
|
10576
10576
|
# resource path
|
|
10577
|
-
local_var_path = '/stages/prompt/stages/{stage_uuid}/'.sub('{
|
|
10577
|
+
local_var_path = '/stages/prompt/stages/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
10578
10578
|
|
|
10579
10579
|
# query parameters
|
|
10580
10580
|
query_params = opts[:query_params] || {}
|
|
@@ -10640,7 +10640,7 @@ module Authentik::Api
|
|
|
10640
10640
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_prompt_stages_retrieve"
|
|
10641
10641
|
end
|
|
10642
10642
|
# resource path
|
|
10643
|
-
local_var_path = '/stages/prompt/stages/{stage_uuid}/'.sub('{
|
|
10643
|
+
local_var_path = '/stages/prompt/stages/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
10644
10644
|
|
|
10645
10645
|
# query parameters
|
|
10646
10646
|
query_params = opts[:query_params] || {}
|
|
@@ -10707,7 +10707,7 @@ module Authentik::Api
|
|
|
10707
10707
|
fail ArgumentError, "Missing the required parameter 'prompt_stage_request' when calling StagesApi.stages_prompt_stages_update"
|
|
10708
10708
|
end
|
|
10709
10709
|
# resource path
|
|
10710
|
-
local_var_path = '/stages/prompt/stages/{stage_uuid}/'.sub('{
|
|
10710
|
+
local_var_path = '/stages/prompt/stages/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
10711
10711
|
|
|
10712
10712
|
# query parameters
|
|
10713
10713
|
query_params = opts[:query_params] || {}
|
|
@@ -10773,7 +10773,7 @@ module Authentik::Api
|
|
|
10773
10773
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_prompt_stages_used_by_list"
|
|
10774
10774
|
end
|
|
10775
10775
|
# resource path
|
|
10776
|
-
local_var_path = '/stages/prompt/stages/{stage_uuid}/used_by/'.sub('{
|
|
10776
|
+
local_var_path = '/stages/prompt/stages/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
10777
10777
|
|
|
10778
10778
|
# query parameters
|
|
10779
10779
|
query_params = opts[:query_params] || {}
|
|
@@ -10900,7 +10900,7 @@ module Authentik::Api
|
|
|
10900
10900
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_redirect_destroy"
|
|
10901
10901
|
end
|
|
10902
10902
|
# resource path
|
|
10903
|
-
local_var_path = '/stages/redirect/{stage_uuid}/'.sub('{
|
|
10903
|
+
local_var_path = '/stages/redirect/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
10904
10904
|
|
|
10905
10905
|
# query parameters
|
|
10906
10906
|
query_params = opts[:query_params] || {}
|
|
@@ -11033,7 +11033,7 @@ module Authentik::Api
|
|
|
11033
11033
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_redirect_partial_update"
|
|
11034
11034
|
end
|
|
11035
11035
|
# resource path
|
|
11036
|
-
local_var_path = '/stages/redirect/{stage_uuid}/'.sub('{
|
|
11036
|
+
local_var_path = '/stages/redirect/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
11037
11037
|
|
|
11038
11038
|
# query parameters
|
|
11039
11039
|
query_params = opts[:query_params] || {}
|
|
@@ -11099,7 +11099,7 @@ module Authentik::Api
|
|
|
11099
11099
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_redirect_retrieve"
|
|
11100
11100
|
end
|
|
11101
11101
|
# resource path
|
|
11102
|
-
local_var_path = '/stages/redirect/{stage_uuid}/'.sub('{
|
|
11102
|
+
local_var_path = '/stages/redirect/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
11103
11103
|
|
|
11104
11104
|
# query parameters
|
|
11105
11105
|
query_params = opts[:query_params] || {}
|
|
@@ -11166,7 +11166,7 @@ module Authentik::Api
|
|
|
11166
11166
|
fail ArgumentError, "Missing the required parameter 'redirect_stage_request' when calling StagesApi.stages_redirect_update"
|
|
11167
11167
|
end
|
|
11168
11168
|
# resource path
|
|
11169
|
-
local_var_path = '/stages/redirect/{stage_uuid}/'.sub('{
|
|
11169
|
+
local_var_path = '/stages/redirect/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
11170
11170
|
|
|
11171
11171
|
# query parameters
|
|
11172
11172
|
query_params = opts[:query_params] || {}
|
|
@@ -11232,7 +11232,7 @@ module Authentik::Api
|
|
|
11232
11232
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_redirect_used_by_list"
|
|
11233
11233
|
end
|
|
11234
11234
|
# resource path
|
|
11235
|
-
local_var_path = '/stages/redirect/{stage_uuid}/used_by/'.sub('{
|
|
11235
|
+
local_var_path = '/stages/redirect/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
11236
11236
|
|
|
11237
11237
|
# query parameters
|
|
11238
11238
|
query_params = opts[:query_params] || {}
|
|
@@ -11359,7 +11359,7 @@ module Authentik::Api
|
|
|
11359
11359
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_source_destroy"
|
|
11360
11360
|
end
|
|
11361
11361
|
# resource path
|
|
11362
|
-
local_var_path = '/stages/source/{stage_uuid}/'.sub('{
|
|
11362
|
+
local_var_path = '/stages/source/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
11363
11363
|
|
|
11364
11364
|
# query parameters
|
|
11365
11365
|
query_params = opts[:query_params] || {}
|
|
@@ -11501,7 +11501,7 @@ module Authentik::Api
|
|
|
11501
11501
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_source_partial_update"
|
|
11502
11502
|
end
|
|
11503
11503
|
# resource path
|
|
11504
|
-
local_var_path = '/stages/source/{stage_uuid}/'.sub('{
|
|
11504
|
+
local_var_path = '/stages/source/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
11505
11505
|
|
|
11506
11506
|
# query parameters
|
|
11507
11507
|
query_params = opts[:query_params] || {}
|
|
@@ -11567,7 +11567,7 @@ module Authentik::Api
|
|
|
11567
11567
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_source_retrieve"
|
|
11568
11568
|
end
|
|
11569
11569
|
# resource path
|
|
11570
|
-
local_var_path = '/stages/source/{stage_uuid}/'.sub('{
|
|
11570
|
+
local_var_path = '/stages/source/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
11571
11571
|
|
|
11572
11572
|
# query parameters
|
|
11573
11573
|
query_params = opts[:query_params] || {}
|
|
@@ -11634,7 +11634,7 @@ module Authentik::Api
|
|
|
11634
11634
|
fail ArgumentError, "Missing the required parameter 'source_stage_request' when calling StagesApi.stages_source_update"
|
|
11635
11635
|
end
|
|
11636
11636
|
# resource path
|
|
11637
|
-
local_var_path = '/stages/source/{stage_uuid}/'.sub('{
|
|
11637
|
+
local_var_path = '/stages/source/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
11638
11638
|
|
|
11639
11639
|
# query parameters
|
|
11640
11640
|
query_params = opts[:query_params] || {}
|
|
@@ -11700,7 +11700,7 @@ module Authentik::Api
|
|
|
11700
11700
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_source_used_by_list"
|
|
11701
11701
|
end
|
|
11702
11702
|
# resource path
|
|
11703
|
-
local_var_path = '/stages/source/{stage_uuid}/used_by/'.sub('{
|
|
11703
|
+
local_var_path = '/stages/source/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
11704
11704
|
|
|
11705
11705
|
# query parameters
|
|
11706
11706
|
query_params = opts[:query_params] || {}
|
|
@@ -11827,7 +11827,7 @@ module Authentik::Api
|
|
|
11827
11827
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_delete_destroy"
|
|
11828
11828
|
end
|
|
11829
11829
|
# resource path
|
|
11830
|
-
local_var_path = '/stages/user_delete/{stage_uuid}/'.sub('{
|
|
11830
|
+
local_var_path = '/stages/user_delete/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
11831
11831
|
|
|
11832
11832
|
# query parameters
|
|
11833
11833
|
query_params = opts[:query_params] || {}
|
|
@@ -11963,7 +11963,7 @@ module Authentik::Api
|
|
|
11963
11963
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_delete_partial_update"
|
|
11964
11964
|
end
|
|
11965
11965
|
# resource path
|
|
11966
|
-
local_var_path = '/stages/user_delete/{stage_uuid}/'.sub('{
|
|
11966
|
+
local_var_path = '/stages/user_delete/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
11967
11967
|
|
|
11968
11968
|
# query parameters
|
|
11969
11969
|
query_params = opts[:query_params] || {}
|
|
@@ -12029,7 +12029,7 @@ module Authentik::Api
|
|
|
12029
12029
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_delete_retrieve"
|
|
12030
12030
|
end
|
|
12031
12031
|
# resource path
|
|
12032
|
-
local_var_path = '/stages/user_delete/{stage_uuid}/'.sub('{
|
|
12032
|
+
local_var_path = '/stages/user_delete/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
12033
12033
|
|
|
12034
12034
|
# query parameters
|
|
12035
12035
|
query_params = opts[:query_params] || {}
|
|
@@ -12096,7 +12096,7 @@ module Authentik::Api
|
|
|
12096
12096
|
fail ArgumentError, "Missing the required parameter 'user_delete_stage_request' when calling StagesApi.stages_user_delete_update"
|
|
12097
12097
|
end
|
|
12098
12098
|
# resource path
|
|
12099
|
-
local_var_path = '/stages/user_delete/{stage_uuid}/'.sub('{
|
|
12099
|
+
local_var_path = '/stages/user_delete/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
12100
12100
|
|
|
12101
12101
|
# query parameters
|
|
12102
12102
|
query_params = opts[:query_params] || {}
|
|
@@ -12162,7 +12162,7 @@ module Authentik::Api
|
|
|
12162
12162
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_delete_used_by_list"
|
|
12163
12163
|
end
|
|
12164
12164
|
# resource path
|
|
12165
|
-
local_var_path = '/stages/user_delete/{stage_uuid}/used_by/'.sub('{
|
|
12165
|
+
local_var_path = '/stages/user_delete/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
12166
12166
|
|
|
12167
12167
|
# query parameters
|
|
12168
12168
|
query_params = opts[:query_params] || {}
|
|
@@ -12289,7 +12289,7 @@ module Authentik::Api
|
|
|
12289
12289
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_login_destroy"
|
|
12290
12290
|
end
|
|
12291
12291
|
# resource path
|
|
12292
|
-
local_var_path = '/stages/user_login/{stage_uuid}/'.sub('{
|
|
12292
|
+
local_var_path = '/stages/user_login/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
12293
12293
|
|
|
12294
12294
|
# query parameters
|
|
12295
12295
|
query_params = opts[:query_params] || {}
|
|
@@ -12451,7 +12451,7 @@ module Authentik::Api
|
|
|
12451
12451
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_login_partial_update"
|
|
12452
12452
|
end
|
|
12453
12453
|
# resource path
|
|
12454
|
-
local_var_path = '/stages/user_login/{stage_uuid}/'.sub('{
|
|
12454
|
+
local_var_path = '/stages/user_login/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
12455
12455
|
|
|
12456
12456
|
# query parameters
|
|
12457
12457
|
query_params = opts[:query_params] || {}
|
|
@@ -12517,7 +12517,7 @@ module Authentik::Api
|
|
|
12517
12517
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_login_retrieve"
|
|
12518
12518
|
end
|
|
12519
12519
|
# resource path
|
|
12520
|
-
local_var_path = '/stages/user_login/{stage_uuid}/'.sub('{
|
|
12520
|
+
local_var_path = '/stages/user_login/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
12521
12521
|
|
|
12522
12522
|
# query parameters
|
|
12523
12523
|
query_params = opts[:query_params] || {}
|
|
@@ -12584,7 +12584,7 @@ module Authentik::Api
|
|
|
12584
12584
|
fail ArgumentError, "Missing the required parameter 'user_login_stage_request' when calling StagesApi.stages_user_login_update"
|
|
12585
12585
|
end
|
|
12586
12586
|
# resource path
|
|
12587
|
-
local_var_path = '/stages/user_login/{stage_uuid}/'.sub('{
|
|
12587
|
+
local_var_path = '/stages/user_login/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
12588
12588
|
|
|
12589
12589
|
# query parameters
|
|
12590
12590
|
query_params = opts[:query_params] || {}
|
|
@@ -12650,7 +12650,7 @@ module Authentik::Api
|
|
|
12650
12650
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_login_used_by_list"
|
|
12651
12651
|
end
|
|
12652
12652
|
# resource path
|
|
12653
|
-
local_var_path = '/stages/user_login/{stage_uuid}/used_by/'.sub('{
|
|
12653
|
+
local_var_path = '/stages/user_login/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
12654
12654
|
|
|
12655
12655
|
# query parameters
|
|
12656
12656
|
query_params = opts[:query_params] || {}
|
|
@@ -12777,7 +12777,7 @@ module Authentik::Api
|
|
|
12777
12777
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_logout_destroy"
|
|
12778
12778
|
end
|
|
12779
12779
|
# resource path
|
|
12780
|
-
local_var_path = '/stages/user_logout/{stage_uuid}/'.sub('{
|
|
12780
|
+
local_var_path = '/stages/user_logout/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
12781
12781
|
|
|
12782
12782
|
# query parameters
|
|
12783
12783
|
query_params = opts[:query_params] || {}
|
|
@@ -12913,7 +12913,7 @@ module Authentik::Api
|
|
|
12913
12913
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_logout_partial_update"
|
|
12914
12914
|
end
|
|
12915
12915
|
# resource path
|
|
12916
|
-
local_var_path = '/stages/user_logout/{stage_uuid}/'.sub('{
|
|
12916
|
+
local_var_path = '/stages/user_logout/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
12917
12917
|
|
|
12918
12918
|
# query parameters
|
|
12919
12919
|
query_params = opts[:query_params] || {}
|
|
@@ -12979,7 +12979,7 @@ module Authentik::Api
|
|
|
12979
12979
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_logout_retrieve"
|
|
12980
12980
|
end
|
|
12981
12981
|
# resource path
|
|
12982
|
-
local_var_path = '/stages/user_logout/{stage_uuid}/'.sub('{
|
|
12982
|
+
local_var_path = '/stages/user_logout/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
12983
12983
|
|
|
12984
12984
|
# query parameters
|
|
12985
12985
|
query_params = opts[:query_params] || {}
|
|
@@ -13046,7 +13046,7 @@ module Authentik::Api
|
|
|
13046
13046
|
fail ArgumentError, "Missing the required parameter 'user_logout_stage_request' when calling StagesApi.stages_user_logout_update"
|
|
13047
13047
|
end
|
|
13048
13048
|
# resource path
|
|
13049
|
-
local_var_path = '/stages/user_logout/{stage_uuid}/'.sub('{
|
|
13049
|
+
local_var_path = '/stages/user_logout/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
13050
13050
|
|
|
13051
13051
|
# query parameters
|
|
13052
13052
|
query_params = opts[:query_params] || {}
|
|
@@ -13112,7 +13112,7 @@ module Authentik::Api
|
|
|
13112
13112
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_logout_used_by_list"
|
|
13113
13113
|
end
|
|
13114
13114
|
# resource path
|
|
13115
|
-
local_var_path = '/stages/user_logout/{stage_uuid}/used_by/'.sub('{
|
|
13115
|
+
local_var_path = '/stages/user_logout/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
13116
13116
|
|
|
13117
13117
|
# query parameters
|
|
13118
13118
|
query_params = opts[:query_params] || {}
|
|
@@ -13239,7 +13239,7 @@ module Authentik::Api
|
|
|
13239
13239
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_write_destroy"
|
|
13240
13240
|
end
|
|
13241
13241
|
# resource path
|
|
13242
|
-
local_var_path = '/stages/user_write/{stage_uuid}/'.sub('{
|
|
13242
|
+
local_var_path = '/stages/user_write/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
13243
13243
|
|
|
13244
13244
|
# query parameters
|
|
13245
13245
|
query_params = opts[:query_params] || {}
|
|
@@ -13398,7 +13398,7 @@ module Authentik::Api
|
|
|
13398
13398
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_write_partial_update"
|
|
13399
13399
|
end
|
|
13400
13400
|
# resource path
|
|
13401
|
-
local_var_path = '/stages/user_write/{stage_uuid}/'.sub('{
|
|
13401
|
+
local_var_path = '/stages/user_write/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
13402
13402
|
|
|
13403
13403
|
# query parameters
|
|
13404
13404
|
query_params = opts[:query_params] || {}
|
|
@@ -13464,7 +13464,7 @@ module Authentik::Api
|
|
|
13464
13464
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_write_retrieve"
|
|
13465
13465
|
end
|
|
13466
13466
|
# resource path
|
|
13467
|
-
local_var_path = '/stages/user_write/{stage_uuid}/'.sub('{
|
|
13467
|
+
local_var_path = '/stages/user_write/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
13468
13468
|
|
|
13469
13469
|
# query parameters
|
|
13470
13470
|
query_params = opts[:query_params] || {}
|
|
@@ -13531,7 +13531,7 @@ module Authentik::Api
|
|
|
13531
13531
|
fail ArgumentError, "Missing the required parameter 'user_write_stage_request' when calling StagesApi.stages_user_write_update"
|
|
13532
13532
|
end
|
|
13533
13533
|
# resource path
|
|
13534
|
-
local_var_path = '/stages/user_write/{stage_uuid}/'.sub('{
|
|
13534
|
+
local_var_path = '/stages/user_write/{stage_uuid}/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
13535
13535
|
|
|
13536
13536
|
# query parameters
|
|
13537
13537
|
query_params = opts[:query_params] || {}
|
|
@@ -13597,7 +13597,7 @@ module Authentik::Api
|
|
|
13597
13597
|
fail ArgumentError, "Missing the required parameter 'stage_uuid' when calling StagesApi.stages_user_write_used_by_list"
|
|
13598
13598
|
end
|
|
13599
13599
|
# resource path
|
|
13600
|
-
local_var_path = '/stages/user_write/{stage_uuid}/used_by/'.sub('{
|
|
13600
|
+
local_var_path = '/stages/user_write/{stage_uuid}/used_by/'.sub('{stage_uuid}', CGI.escape(stage_uuid.to_s))
|
|
13601
13601
|
|
|
13602
13602
|
# query parameters
|
|
13603
13603
|
query_params = opts[:query_params] || {}
|