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.
@@ -101,7 +101,7 @@ module Authentik::Api
101
101
  fail ArgumentError, "Missing the required parameter 'fsb_uuid' when calling FlowsApi.flows_bindings_destroy"
102
102
  end
103
103
  # resource path
104
- local_var_path = '/flows/bindings/{fsb_uuid}/'.sub('{' + 'fsb_uuid' + '}', CGI.escape(fsb_uuid.to_s))
104
+ local_var_path = '/flows/bindings/{fsb_uuid}/'.sub('{fsb_uuid}', CGI.escape(fsb_uuid.to_s))
105
105
 
106
106
  # query parameters
107
107
  query_params = opts[:query_params] || {}
@@ -269,7 +269,7 @@ module Authentik::Api
269
269
  fail ArgumentError, "Missing the required parameter 'fsb_uuid' when calling FlowsApi.flows_bindings_partial_update"
270
270
  end
271
271
  # resource path
272
- local_var_path = '/flows/bindings/{fsb_uuid}/'.sub('{' + 'fsb_uuid' + '}', CGI.escape(fsb_uuid.to_s))
272
+ local_var_path = '/flows/bindings/{fsb_uuid}/'.sub('{fsb_uuid}', CGI.escape(fsb_uuid.to_s))
273
273
 
274
274
  # query parameters
275
275
  query_params = opts[:query_params] || {}
@@ -335,7 +335,7 @@ module Authentik::Api
335
335
  fail ArgumentError, "Missing the required parameter 'fsb_uuid' when calling FlowsApi.flows_bindings_retrieve"
336
336
  end
337
337
  # resource path
338
- local_var_path = '/flows/bindings/{fsb_uuid}/'.sub('{' + 'fsb_uuid' + '}', CGI.escape(fsb_uuid.to_s))
338
+ local_var_path = '/flows/bindings/{fsb_uuid}/'.sub('{fsb_uuid}', CGI.escape(fsb_uuid.to_s))
339
339
 
340
340
  # query parameters
341
341
  query_params = opts[:query_params] || {}
@@ -402,7 +402,7 @@ module Authentik::Api
402
402
  fail ArgumentError, "Missing the required parameter 'flow_stage_binding_request' when calling FlowsApi.flows_bindings_update"
403
403
  end
404
404
  # resource path
405
- local_var_path = '/flows/bindings/{fsb_uuid}/'.sub('{' + 'fsb_uuid' + '}', CGI.escape(fsb_uuid.to_s))
405
+ local_var_path = '/flows/bindings/{fsb_uuid}/'.sub('{fsb_uuid}', CGI.escape(fsb_uuid.to_s))
406
406
 
407
407
  # query parameters
408
408
  query_params = opts[:query_params] || {}
@@ -468,7 +468,7 @@ module Authentik::Api
468
468
  fail ArgumentError, "Missing the required parameter 'fsb_uuid' when calling FlowsApi.flows_bindings_used_by_list"
469
469
  end
470
470
  # resource path
471
- local_var_path = '/flows/bindings/{fsb_uuid}/used_by/'.sub('{' + 'fsb_uuid' + '}', CGI.escape(fsb_uuid.to_s))
471
+ local_var_path = '/flows/bindings/{fsb_uuid}/used_by/'.sub('{fsb_uuid}', CGI.escape(fsb_uuid.to_s))
472
472
 
473
473
  # query parameters
474
474
  query_params = opts[:query_params] || {}
@@ -535,7 +535,7 @@ module Authentik::Api
535
535
  fail ArgumentError, "Missing the required parameter 'query' when calling FlowsApi.flows_executor_get"
536
536
  end
537
537
  # resource path
538
- local_var_path = '/flows/executor/{flow_slug}/'.sub('{' + 'flow_slug' + '}', CGI.escape(flow_slug.to_s))
538
+ local_var_path = '/flows/executor/{flow_slug}/'.sub('{flow_slug}', CGI.escape(flow_slug.to_s))
539
539
 
540
540
  # query parameters
541
541
  query_params = opts[:query_params] || {}
@@ -605,7 +605,7 @@ module Authentik::Api
605
605
  fail ArgumentError, "Missing the required parameter 'query' when calling FlowsApi.flows_executor_solve"
606
606
  end
607
607
  # resource path
608
- local_var_path = '/flows/executor/{flow_slug}/'.sub('{' + 'flow_slug' + '}', CGI.escape(flow_slug.to_s))
608
+ local_var_path = '/flows/executor/{flow_slug}/'.sub('{flow_slug}', CGI.escape(flow_slug.to_s))
609
609
 
610
610
  # query parameters
611
611
  query_params = opts[:query_params] || {}
@@ -672,7 +672,7 @@ module Authentik::Api
672
672
  fail ArgumentError, "Missing the required parameter 'flow_slug' when calling FlowsApi.flows_inspector_get"
673
673
  end
674
674
  # resource path
675
- local_var_path = '/flows/inspector/{flow_slug}/'.sub('{' + 'flow_slug' + '}', CGI.escape(flow_slug.to_s))
675
+ local_var_path = '/flows/inspector/{flow_slug}/'.sub('{flow_slug}', CGI.escape(flow_slug.to_s))
676
676
 
677
677
  # query parameters
678
678
  query_params = opts[:query_params] || {}
@@ -909,7 +909,7 @@ module Authentik::Api
909
909
  fail ArgumentError, "Missing the required parameter 'slug' when calling FlowsApi.flows_instances_destroy"
910
910
  end
911
911
  # resource path
912
- local_var_path = '/flows/instances/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
912
+ local_var_path = '/flows/instances/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
913
913
 
914
914
  # query parameters
915
915
  query_params = opts[:query_params] || {}
@@ -970,7 +970,7 @@ module Authentik::Api
970
970
  fail ArgumentError, "Missing the required parameter 'slug' when calling FlowsApi.flows_instances_diagram_retrieve"
971
971
  end
972
972
  # resource path
973
- local_var_path = '/flows/instances/{slug}/diagram/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
973
+ local_var_path = '/flows/instances/{slug}/diagram/'.sub('{slug}', CGI.escape(slug.to_s))
974
974
 
975
975
  # query parameters
976
976
  query_params = opts[:query_params] || {}
@@ -1031,7 +1031,7 @@ module Authentik::Api
1031
1031
  fail ArgumentError, "Missing the required parameter 'slug' when calling FlowsApi.flows_instances_execute_retrieve"
1032
1032
  end
1033
1033
  # resource path
1034
- local_var_path = '/flows/instances/{slug}/execute/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
1034
+ local_var_path = '/flows/instances/{slug}/execute/'.sub('{slug}', CGI.escape(slug.to_s))
1035
1035
 
1036
1036
  # query parameters
1037
1037
  query_params = opts[:query_params] || {}
@@ -1092,7 +1092,7 @@ module Authentik::Api
1092
1092
  fail ArgumentError, "Missing the required parameter 'slug' when calling FlowsApi.flows_instances_export_retrieve"
1093
1093
  end
1094
1094
  # resource path
1095
- local_var_path = '/flows/instances/{slug}/export/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
1095
+ local_var_path = '/flows/instances/{slug}/export/'.sub('{slug}', CGI.escape(slug.to_s))
1096
1096
 
1097
1097
  # query parameters
1098
1098
  query_params = opts[:query_params] || {}
@@ -1311,7 +1311,7 @@ module Authentik::Api
1311
1311
  fail ArgumentError, "Missing the required parameter 'slug' when calling FlowsApi.flows_instances_partial_update"
1312
1312
  end
1313
1313
  # resource path
1314
- local_var_path = '/flows/instances/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
1314
+ local_var_path = '/flows/instances/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
1315
1315
 
1316
1316
  # query parameters
1317
1317
  query_params = opts[:query_params] || {}
@@ -1377,7 +1377,7 @@ module Authentik::Api
1377
1377
  fail ArgumentError, "Missing the required parameter 'slug' when calling FlowsApi.flows_instances_retrieve"
1378
1378
  end
1379
1379
  # resource path
1380
- local_var_path = '/flows/instances/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
1380
+ local_var_path = '/flows/instances/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
1381
1381
 
1382
1382
  # query parameters
1383
1383
  query_params = opts[:query_params] || {}
@@ -1444,7 +1444,7 @@ module Authentik::Api
1444
1444
  fail ArgumentError, "Missing the required parameter 'flow_request' when calling FlowsApi.flows_instances_update"
1445
1445
  end
1446
1446
  # resource path
1447
- local_var_path = '/flows/instances/{slug}/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
1447
+ local_var_path = '/flows/instances/{slug}/'.sub('{slug}', CGI.escape(slug.to_s))
1448
1448
 
1449
1449
  # query parameters
1450
1450
  query_params = opts[:query_params] || {}
@@ -1510,7 +1510,7 @@ module Authentik::Api
1510
1510
  fail ArgumentError, "Missing the required parameter 'slug' when calling FlowsApi.flows_instances_used_by_list"
1511
1511
  end
1512
1512
  # resource path
1513
- local_var_path = '/flows/instances/{slug}/used_by/'.sub('{' + 'slug' + '}', CGI.escape(slug.to_s))
1513
+ local_var_path = '/flows/instances/{slug}/used_by/'.sub('{slug}', CGI.escape(slug.to_s))
1514
1514
 
1515
1515
  # query parameters
1516
1516
  query_params = opts[:query_params] || {}
@@ -117,7 +117,7 @@ module Authentik::Api
117
117
  end
118
118
 
119
119
  # resource path
120
- local_var_path = '/lifecycle/iterations/latest/{content_type}/{object_id}/'.sub('{' + 'content_type' + '}', CGI.escape(content_type.to_s)).sub('{' + 'object_id' + '}', CGI.escape(obj_id.to_s))
120
+ local_var_path = '/lifecycle/iterations/latest/{content_type}/{object_id}/'.sub('{content_type}', CGI.escape(content_type.to_s)).sub('{object_id}', CGI.escape(obj_id.to_s))
121
121
 
122
122
  # query parameters
123
123
  query_params = opts[:query_params] || {}
@@ -376,7 +376,7 @@ module Authentik::Api
376
376
  fail ArgumentError, "Missing the required parameter 'id' when calling LifecycleApi.lifecycle_rules_destroy"
377
377
  end
378
378
  # resource path
379
- local_var_path = '/lifecycle/rules/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
379
+ local_var_path = '/lifecycle/rules/{id}/'.sub('{id}', CGI.escape(id.to_s))
380
380
 
381
381
  # query parameters
382
382
  query_params = opts[:query_params] || {}
@@ -505,7 +505,7 @@ module Authentik::Api
505
505
  fail ArgumentError, "Missing the required parameter 'id' when calling LifecycleApi.lifecycle_rules_partial_update"
506
506
  end
507
507
  # resource path
508
- local_var_path = '/lifecycle/rules/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
508
+ local_var_path = '/lifecycle/rules/{id}/'.sub('{id}', CGI.escape(id.to_s))
509
509
 
510
510
  # query parameters
511
511
  query_params = opts[:query_params] || {}
@@ -569,7 +569,7 @@ module Authentik::Api
569
569
  fail ArgumentError, "Missing the required parameter 'id' when calling LifecycleApi.lifecycle_rules_retrieve"
570
570
  end
571
571
  # resource path
572
- local_var_path = '/lifecycle/rules/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
572
+ local_var_path = '/lifecycle/rules/{id}/'.sub('{id}', CGI.escape(id.to_s))
573
573
 
574
574
  # query parameters
575
575
  query_params = opts[:query_params] || {}
@@ -634,7 +634,7 @@ module Authentik::Api
634
634
  fail ArgumentError, "Missing the required parameter 'lifecycle_rule_request' when calling LifecycleApi.lifecycle_rules_update"
635
635
  end
636
636
  # resource path
637
- local_var_path = '/lifecycle/rules/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
637
+ local_var_path = '/lifecycle/rules/{id}/'.sub('{id}', CGI.escape(id.to_s))
638
638
 
639
639
  # query parameters
640
640
  query_params = opts[:query_params] || {}
@@ -35,7 +35,7 @@ module Authentik::Api
35
35
  fail ArgumentError, "Missing the required parameter 'instance_uuid' when calling ManagedApi.managed_blueprints_apply_create"
36
36
  end
37
37
  # resource path
38
- local_var_path = '/managed/blueprints/{instance_uuid}/apply/'.sub('{' + 'instance_uuid' + '}', CGI.escape(instance_uuid.to_s))
38
+ local_var_path = '/managed/blueprints/{instance_uuid}/apply/'.sub('{instance_uuid}', CGI.escape(instance_uuid.to_s))
39
39
 
40
40
  # query parameters
41
41
  query_params = opts[:query_params] || {}
@@ -217,7 +217,7 @@ module Authentik::Api
217
217
  fail ArgumentError, "Missing the required parameter 'instance_uuid' when calling ManagedApi.managed_blueprints_destroy"
218
218
  end
219
219
  # resource path
220
- local_var_path = '/managed/blueprints/{instance_uuid}/'.sub('{' + 'instance_uuid' + '}', CGI.escape(instance_uuid.to_s))
220
+ local_var_path = '/managed/blueprints/{instance_uuid}/'.sub('{instance_uuid}', CGI.escape(instance_uuid.to_s))
221
221
 
222
222
  # query parameters
223
223
  query_params = opts[:query_params] || {}
@@ -353,7 +353,7 @@ module Authentik::Api
353
353
  fail ArgumentError, "Missing the required parameter 'instance_uuid' when calling ManagedApi.managed_blueprints_partial_update"
354
354
  end
355
355
  # resource path
356
- local_var_path = '/managed/blueprints/{instance_uuid}/'.sub('{' + 'instance_uuid' + '}', CGI.escape(instance_uuid.to_s))
356
+ local_var_path = '/managed/blueprints/{instance_uuid}/'.sub('{instance_uuid}', CGI.escape(instance_uuid.to_s))
357
357
 
358
358
  # query parameters
359
359
  query_params = opts[:query_params] || {}
@@ -419,7 +419,7 @@ module Authentik::Api
419
419
  fail ArgumentError, "Missing the required parameter 'instance_uuid' when calling ManagedApi.managed_blueprints_retrieve"
420
420
  end
421
421
  # resource path
422
- local_var_path = '/managed/blueprints/{instance_uuid}/'.sub('{' + 'instance_uuid' + '}', CGI.escape(instance_uuid.to_s))
422
+ local_var_path = '/managed/blueprints/{instance_uuid}/'.sub('{instance_uuid}', CGI.escape(instance_uuid.to_s))
423
423
 
424
424
  # query parameters
425
425
  query_params = opts[:query_params] || {}
@@ -486,7 +486,7 @@ module Authentik::Api
486
486
  fail ArgumentError, "Missing the required parameter 'blueprint_instance_request' when calling ManagedApi.managed_blueprints_update"
487
487
  end
488
488
  # resource path
489
- local_var_path = '/managed/blueprints/{instance_uuid}/'.sub('{' + 'instance_uuid' + '}', CGI.escape(instance_uuid.to_s))
489
+ local_var_path = '/managed/blueprints/{instance_uuid}/'.sub('{instance_uuid}', CGI.escape(instance_uuid.to_s))
490
490
 
491
491
  # query parameters
492
492
  query_params = opts[:query_params] || {}
@@ -552,7 +552,7 @@ module Authentik::Api
552
552
  fail ArgumentError, "Missing the required parameter 'instance_uuid' when calling ManagedApi.managed_blueprints_used_by_list"
553
553
  end
554
554
  # resource path
555
- local_var_path = '/managed/blueprints/{instance_uuid}/used_by/'.sub('{' + 'instance_uuid' + '}', CGI.escape(instance_uuid.to_s))
555
+ local_var_path = '/managed/blueprints/{instance_uuid}/used_by/'.sub('{instance_uuid}', CGI.escape(instance_uuid.to_s))
556
556
 
557
557
  # query parameters
558
558
  query_params = opts[:query_params] || {}
@@ -35,7 +35,7 @@ module Authentik::Api
35
35
  fail ArgumentError, "Missing the required parameter 'id' when calling Oauth2Api.oauth2_access_tokens_destroy"
36
36
  end
37
37
  # resource path
38
- local_var_path = '/oauth2/access_tokens/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
38
+ local_var_path = '/oauth2/access_tokens/{id}/'.sub('{id}', CGI.escape(id.to_s))
39
39
 
40
40
  # query parameters
41
41
  query_params = opts[:query_params] || {}
@@ -169,7 +169,7 @@ module Authentik::Api
169
169
  fail ArgumentError, "Missing the required parameter 'id' when calling Oauth2Api.oauth2_access_tokens_retrieve"
170
170
  end
171
171
  # resource path
172
- local_var_path = '/oauth2/access_tokens/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
172
+ local_var_path = '/oauth2/access_tokens/{id}/'.sub('{id}', CGI.escape(id.to_s))
173
173
 
174
174
  # query parameters
175
175
  query_params = opts[:query_params] || {}
@@ -230,7 +230,7 @@ module Authentik::Api
230
230
  fail ArgumentError, "Missing the required parameter 'id' when calling Oauth2Api.oauth2_access_tokens_used_by_list"
231
231
  end
232
232
  # resource path
233
- local_var_path = '/oauth2/access_tokens/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
233
+ local_var_path = '/oauth2/access_tokens/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
234
234
 
235
235
  # query parameters
236
236
  query_params = opts[:query_params] || {}
@@ -291,7 +291,7 @@ module Authentik::Api
291
291
  fail ArgumentError, "Missing the required parameter 'id' when calling Oauth2Api.oauth2_authorization_codes_destroy"
292
292
  end
293
293
  # resource path
294
- local_var_path = '/oauth2/authorization_codes/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
294
+ local_var_path = '/oauth2/authorization_codes/{id}/'.sub('{id}', CGI.escape(id.to_s))
295
295
 
296
296
  # query parameters
297
297
  query_params = opts[:query_params] || {}
@@ -425,7 +425,7 @@ module Authentik::Api
425
425
  fail ArgumentError, "Missing the required parameter 'id' when calling Oauth2Api.oauth2_authorization_codes_retrieve"
426
426
  end
427
427
  # resource path
428
- local_var_path = '/oauth2/authorization_codes/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
428
+ local_var_path = '/oauth2/authorization_codes/{id}/'.sub('{id}', CGI.escape(id.to_s))
429
429
 
430
430
  # query parameters
431
431
  query_params = opts[:query_params] || {}
@@ -486,7 +486,7 @@ module Authentik::Api
486
486
  fail ArgumentError, "Missing the required parameter 'id' when calling Oauth2Api.oauth2_authorization_codes_used_by_list"
487
487
  end
488
488
  # resource path
489
- local_var_path = '/oauth2/authorization_codes/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
489
+ local_var_path = '/oauth2/authorization_codes/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
490
490
 
491
491
  # query parameters
492
492
  query_params = opts[:query_params] || {}
@@ -547,7 +547,7 @@ module Authentik::Api
547
547
  fail ArgumentError, "Missing the required parameter 'id' when calling Oauth2Api.oauth2_refresh_tokens_destroy"
548
548
  end
549
549
  # resource path
550
- local_var_path = '/oauth2/refresh_tokens/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
550
+ local_var_path = '/oauth2/refresh_tokens/{id}/'.sub('{id}', CGI.escape(id.to_s))
551
551
 
552
552
  # query parameters
553
553
  query_params = opts[:query_params] || {}
@@ -681,7 +681,7 @@ module Authentik::Api
681
681
  fail ArgumentError, "Missing the required parameter 'id' when calling Oauth2Api.oauth2_refresh_tokens_retrieve"
682
682
  end
683
683
  # resource path
684
- local_var_path = '/oauth2/refresh_tokens/{id}/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
684
+ local_var_path = '/oauth2/refresh_tokens/{id}/'.sub('{id}', CGI.escape(id.to_s))
685
685
 
686
686
  # query parameters
687
687
  query_params = opts[:query_params] || {}
@@ -742,7 +742,7 @@ module Authentik::Api
742
742
  fail ArgumentError, "Missing the required parameter 'id' when calling Oauth2Api.oauth2_refresh_tokens_used_by_list"
743
743
  end
744
744
  # resource path
745
- local_var_path = '/oauth2/refresh_tokens/{id}/used_by/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
745
+ local_var_path = '/oauth2/refresh_tokens/{id}/used_by/'.sub('{id}', CGI.escape(id.to_s))
746
746
 
747
747
  # query parameters
748
748
  query_params = opts[:query_params] || {}
@@ -156,7 +156,7 @@ module Authentik::Api
156
156
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_instances_destroy"
157
157
  end
158
158
  # resource path
159
- local_var_path = '/outposts/instances/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
159
+ local_var_path = '/outposts/instances/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
160
160
 
161
161
  # query parameters
162
162
  query_params = opts[:query_params] || {}
@@ -237,7 +237,7 @@ module Authentik::Api
237
237
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_instances_health_list"
238
238
  end
239
239
  # resource path
240
- local_var_path = '/outposts/instances/{uuid}/health/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
240
+ local_var_path = '/outposts/instances/{uuid}/health/'.sub('{uuid}', CGI.escape(uuid.to_s))
241
241
 
242
242
  # query parameters
243
243
  query_params = opts[:query_params] || {}
@@ -401,7 +401,7 @@ module Authentik::Api
401
401
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_instances_partial_update"
402
402
  end
403
403
  # resource path
404
- local_var_path = '/outposts/instances/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
404
+ local_var_path = '/outposts/instances/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
405
405
 
406
406
  # query parameters
407
407
  query_params = opts[:query_params] || {}
@@ -467,7 +467,7 @@ module Authentik::Api
467
467
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_instances_retrieve"
468
468
  end
469
469
  # resource path
470
- local_var_path = '/outposts/instances/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
470
+ local_var_path = '/outposts/instances/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
471
471
 
472
472
  # query parameters
473
473
  query_params = opts[:query_params] || {}
@@ -534,7 +534,7 @@ module Authentik::Api
534
534
  fail ArgumentError, "Missing the required parameter 'outpost_request' when calling OutpostsApi.outposts_instances_update"
535
535
  end
536
536
  # resource path
537
- local_var_path = '/outposts/instances/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
537
+ local_var_path = '/outposts/instances/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
538
538
 
539
539
  # query parameters
540
540
  query_params = opts[:query_params] || {}
@@ -600,7 +600,7 @@ module Authentik::Api
600
600
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_instances_used_by_list"
601
601
  end
602
602
  # resource path
603
- local_var_path = '/outposts/instances/{uuid}/used_by/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
603
+ local_var_path = '/outposts/instances/{uuid}/used_by/'.sub('{uuid}', CGI.escape(uuid.to_s))
604
604
 
605
605
  # query parameters
606
606
  query_params = opts[:query_params] || {}
@@ -663,7 +663,7 @@ module Authentik::Api
663
663
  fail ArgumentError, "Missing the required parameter 'id' when calling OutpostsApi.outposts_ldap_access_check"
664
664
  end
665
665
  # resource path
666
- local_var_path = '/outposts/ldap/{id}/check_access/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
666
+ local_var_path = '/outposts/ldap/{id}/check_access/'.sub('{id}', CGI.escape(id.to_s))
667
667
 
668
668
  # query parameters
669
669
  query_params = opts[:query_params] || {}
@@ -867,7 +867,7 @@ module Authentik::Api
867
867
  fail ArgumentError, "Missing the required parameter 'id' when calling OutpostsApi.outposts_radius_access_check"
868
868
  end
869
869
  # resource path
870
- local_var_path = '/outposts/radius/{id}/check_access/'.sub('{' + 'id' + '}', CGI.escape(id.to_s))
870
+ local_var_path = '/outposts/radius/{id}/check_access/'.sub('{id}', CGI.escape(id.to_s))
871
871
 
872
872
  # query parameters
873
873
  query_params = opts[:query_params] || {}
@@ -999,7 +999,7 @@ module Authentik::Api
999
999
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_service_connections_all_destroy"
1000
1000
  end
1001
1001
  # resource path
1002
- local_var_path = '/outposts/service_connections/all/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1002
+ local_var_path = '/outposts/service_connections/all/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
1003
1003
 
1004
1004
  # query parameters
1005
1005
  query_params = opts[:query_params] || {}
@@ -1130,7 +1130,7 @@ module Authentik::Api
1130
1130
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_service_connections_all_retrieve"
1131
1131
  end
1132
1132
  # resource path
1133
- local_var_path = '/outposts/service_connections/all/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1133
+ local_var_path = '/outposts/service_connections/all/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
1134
1134
 
1135
1135
  # query parameters
1136
1136
  query_params = opts[:query_params] || {}
@@ -1191,7 +1191,7 @@ module Authentik::Api
1191
1191
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_service_connections_all_state_retrieve"
1192
1192
  end
1193
1193
  # resource path
1194
- local_var_path = '/outposts/service_connections/all/{uuid}/state/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1194
+ local_var_path = '/outposts/service_connections/all/{uuid}/state/'.sub('{uuid}', CGI.escape(uuid.to_s))
1195
1195
 
1196
1196
  # query parameters
1197
1197
  query_params = opts[:query_params] || {}
@@ -1307,7 +1307,7 @@ module Authentik::Api
1307
1307
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_service_connections_all_used_by_list"
1308
1308
  end
1309
1309
  # resource path
1310
- local_var_path = '/outposts/service_connections/all/{uuid}/used_by/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1310
+ local_var_path = '/outposts/service_connections/all/{uuid}/used_by/'.sub('{uuid}', CGI.escape(uuid.to_s))
1311
1311
 
1312
1312
  # query parameters
1313
1313
  query_params = opts[:query_params] || {}
@@ -1434,7 +1434,7 @@ module Authentik::Api
1434
1434
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_service_connections_docker_destroy"
1435
1435
  end
1436
1436
  # resource path
1437
- local_var_path = '/outposts/service_connections/docker/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1437
+ local_var_path = '/outposts/service_connections/docker/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
1438
1438
 
1439
1439
  # query parameters
1440
1440
  query_params = opts[:query_params] || {}
@@ -1579,7 +1579,7 @@ module Authentik::Api
1579
1579
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_service_connections_docker_partial_update"
1580
1580
  end
1581
1581
  # resource path
1582
- local_var_path = '/outposts/service_connections/docker/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1582
+ local_var_path = '/outposts/service_connections/docker/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
1583
1583
 
1584
1584
  # query parameters
1585
1585
  query_params = opts[:query_params] || {}
@@ -1645,7 +1645,7 @@ module Authentik::Api
1645
1645
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_service_connections_docker_retrieve"
1646
1646
  end
1647
1647
  # resource path
1648
- local_var_path = '/outposts/service_connections/docker/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1648
+ local_var_path = '/outposts/service_connections/docker/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
1649
1649
 
1650
1650
  # query parameters
1651
1651
  query_params = opts[:query_params] || {}
@@ -1712,7 +1712,7 @@ module Authentik::Api
1712
1712
  fail ArgumentError, "Missing the required parameter 'docker_service_connection_request' when calling OutpostsApi.outposts_service_connections_docker_update"
1713
1713
  end
1714
1714
  # resource path
1715
- local_var_path = '/outposts/service_connections/docker/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1715
+ local_var_path = '/outposts/service_connections/docker/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
1716
1716
 
1717
1717
  # query parameters
1718
1718
  query_params = opts[:query_params] || {}
@@ -1778,7 +1778,7 @@ module Authentik::Api
1778
1778
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_service_connections_docker_used_by_list"
1779
1779
  end
1780
1780
  # resource path
1781
- local_var_path = '/outposts/service_connections/docker/{uuid}/used_by/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1781
+ local_var_path = '/outposts/service_connections/docker/{uuid}/used_by/'.sub('{uuid}', CGI.escape(uuid.to_s))
1782
1782
 
1783
1783
  # query parameters
1784
1784
  query_params = opts[:query_params] || {}
@@ -1905,7 +1905,7 @@ module Authentik::Api
1905
1905
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_service_connections_kubernetes_destroy"
1906
1906
  end
1907
1907
  # resource path
1908
- local_var_path = '/outposts/service_connections/kubernetes/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
1908
+ local_var_path = '/outposts/service_connections/kubernetes/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
1909
1909
 
1910
1910
  # query parameters
1911
1911
  query_params = opts[:query_params] || {}
@@ -2041,7 +2041,7 @@ module Authentik::Api
2041
2041
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_service_connections_kubernetes_partial_update"
2042
2042
  end
2043
2043
  # resource path
2044
- local_var_path = '/outposts/service_connections/kubernetes/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
2044
+ local_var_path = '/outposts/service_connections/kubernetes/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
2045
2045
 
2046
2046
  # query parameters
2047
2047
  query_params = opts[:query_params] || {}
@@ -2107,7 +2107,7 @@ module Authentik::Api
2107
2107
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_service_connections_kubernetes_retrieve"
2108
2108
  end
2109
2109
  # resource path
2110
- local_var_path = '/outposts/service_connections/kubernetes/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
2110
+ local_var_path = '/outposts/service_connections/kubernetes/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
2111
2111
 
2112
2112
  # query parameters
2113
2113
  query_params = opts[:query_params] || {}
@@ -2174,7 +2174,7 @@ module Authentik::Api
2174
2174
  fail ArgumentError, "Missing the required parameter 'kubernetes_service_connection_request' when calling OutpostsApi.outposts_service_connections_kubernetes_update"
2175
2175
  end
2176
2176
  # resource path
2177
- local_var_path = '/outposts/service_connections/kubernetes/{uuid}/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
2177
+ local_var_path = '/outposts/service_connections/kubernetes/{uuid}/'.sub('{uuid}', CGI.escape(uuid.to_s))
2178
2178
 
2179
2179
  # query parameters
2180
2180
  query_params = opts[:query_params] || {}
@@ -2240,7 +2240,7 @@ module Authentik::Api
2240
2240
  fail ArgumentError, "Missing the required parameter 'uuid' when calling OutpostsApi.outposts_service_connections_kubernetes_used_by_list"
2241
2241
  end
2242
2242
  # resource path
2243
- local_var_path = '/outposts/service_connections/kubernetes/{uuid}/used_by/'.sub('{' + 'uuid' + '}', CGI.escape(uuid.to_s))
2243
+ local_var_path = '/outposts/service_connections/kubernetes/{uuid}/used_by/'.sub('{uuid}', CGI.escape(uuid.to_s))
2244
2244
 
2245
2245
  # query parameters
2246
2246
  query_params = opts[:query_params] || {}