authentik-client 3.2025061.1

Making authentication simple.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# \FlowsApi

All URIs are relative to *http://localhost/api/v3*

Method | HTTP request | Description
------------- | ------------- | -------------
[**flows_bindings_create**]FlowsApi.md#flows_bindings_create | **POST** /flows/bindings/ | 
[**flows_bindings_destroy**]FlowsApi.md#flows_bindings_destroy | **DELETE** /flows/bindings/{fsb_uuid}/ | 
[**flows_bindings_list**]FlowsApi.md#flows_bindings_list | **GET** /flows/bindings/ | 
[**flows_bindings_partial_update**]FlowsApi.md#flows_bindings_partial_update | **PATCH** /flows/bindings/{fsb_uuid}/ | 
[**flows_bindings_retrieve**]FlowsApi.md#flows_bindings_retrieve | **GET** /flows/bindings/{fsb_uuid}/ | 
[**flows_bindings_update**]FlowsApi.md#flows_bindings_update | **PUT** /flows/bindings/{fsb_uuid}/ | 
[**flows_bindings_used_by_list**]FlowsApi.md#flows_bindings_used_by_list | **GET** /flows/bindings/{fsb_uuid}/used_by/ | 
[**flows_executor_get**]FlowsApi.md#flows_executor_get | **GET** /flows/executor/{flow_slug}/ | 
[**flows_executor_solve**]FlowsApi.md#flows_executor_solve | **POST** /flows/executor/{flow_slug}/ | 
[**flows_inspector_get**]FlowsApi.md#flows_inspector_get | **GET** /flows/inspector/{flow_slug}/ | 
[**flows_instances_cache_clear_create**]FlowsApi.md#flows_instances_cache_clear_create | **POST** /flows/instances/cache_clear/ | 
[**flows_instances_cache_info_retrieve**]FlowsApi.md#flows_instances_cache_info_retrieve | **GET** /flows/instances/cache_info/ | 
[**flows_instances_create**]FlowsApi.md#flows_instances_create | **POST** /flows/instances/ | 
[**flows_instances_destroy**]FlowsApi.md#flows_instances_destroy | **DELETE** /flows/instances/{slug}/ | 
[**flows_instances_diagram_retrieve**]FlowsApi.md#flows_instances_diagram_retrieve | **GET** /flows/instances/{slug}/diagram/ | 
[**flows_instances_execute_retrieve**]FlowsApi.md#flows_instances_execute_retrieve | **GET** /flows/instances/{slug}/execute/ | 
[**flows_instances_export_retrieve**]FlowsApi.md#flows_instances_export_retrieve | **GET** /flows/instances/{slug}/export/ | 
[**flows_instances_import_create**]FlowsApi.md#flows_instances_import_create | **POST** /flows/instances/import/ | 
[**flows_instances_list**]FlowsApi.md#flows_instances_list | **GET** /flows/instances/ | 
[**flows_instances_partial_update**]FlowsApi.md#flows_instances_partial_update | **PATCH** /flows/instances/{slug}/ | 
[**flows_instances_retrieve**]FlowsApi.md#flows_instances_retrieve | **GET** /flows/instances/{slug}/ | 
[**flows_instances_set_background_create**]FlowsApi.md#flows_instances_set_background_create | **POST** /flows/instances/{slug}/set_background/ | 
[**flows_instances_set_background_url_create**]FlowsApi.md#flows_instances_set_background_url_create | **POST** /flows/instances/{slug}/set_background_url/ | 
[**flows_instances_update**]FlowsApi.md#flows_instances_update | **PUT** /flows/instances/{slug}/ | 
[**flows_instances_used_by_list**]FlowsApi.md#flows_instances_used_by_list | **GET** /flows/instances/{slug}/used_by/ | 



## flows_bindings_create

> models::FlowStageBinding flows_bindings_create(flow_stage_binding_request)


FlowStageBinding Viewset

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**flow_stage_binding_request** | [**FlowStageBindingRequest**]FlowStageBindingRequest.md |  | [required] |

### Return type

[**models::FlowStageBinding**](FlowStageBinding.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_bindings_destroy

> flows_bindings_destroy(fsb_uuid)


FlowStageBinding Viewset

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**fsb_uuid** | **uuid::Uuid** | A UUID string identifying this Flow Stage Binding. | [required] |

### Return type

 (empty response body)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_bindings_list

> models::PaginatedFlowStageBindingList flows_bindings_list(evaluate_on_plan, fsb_uuid, invalid_response_action, order, ordering, page, page_size, pbm_uuid, policies, policy_engine_mode, re_evaluate_policies, search, stage, target)


FlowStageBinding Viewset

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**evaluate_on_plan** | Option<**bool**> |  |  |
**fsb_uuid** | Option<**uuid::Uuid**> |  |  |
**invalid_response_action** | Option<**String**> | Configure how the flow executor should handle an invalid response to a challenge. RETRY returns the error message and a similar challenge to the executor. RESTART restarts the flow from the beginning, and RESTART_WITH_CONTEXT restarts the flow while keeping the current context.   |  |
**order** | Option<**i32**> |  |  |
**ordering** | Option<**String**> | Which field to use when ordering the results. |  |
**page** | Option<**i32**> | A page number within the paginated result set. |  |
**page_size** | Option<**i32**> | Number of results to return per page. |  |
**pbm_uuid** | Option<**uuid::Uuid**> |  |  |
**policies** | Option<[**Vec<uuid::Uuid>**]uuid::Uuid.md> |  |  |
**policy_engine_mode** | Option<**String**> |  |  |
**re_evaluate_policies** | Option<**bool**> |  |  |
**search** | Option<**String**> | A search term. |  |
**stage** | Option<**uuid::Uuid**> |  |  |
**target** | Option<**uuid::Uuid**> |  |  |

### Return type

[**models::PaginatedFlowStageBindingList**](PaginatedFlowStageBindingList.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_bindings_partial_update

> models::FlowStageBinding flows_bindings_partial_update(fsb_uuid, patched_flow_stage_binding_request)


FlowStageBinding Viewset

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**fsb_uuid** | **uuid::Uuid** | A UUID string identifying this Flow Stage Binding. | [required] |
**patched_flow_stage_binding_request** | Option<[**PatchedFlowStageBindingRequest**]PatchedFlowStageBindingRequest.md> |  |  |

### Return type

[**models::FlowStageBinding**](FlowStageBinding.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_bindings_retrieve

> models::FlowStageBinding flows_bindings_retrieve(fsb_uuid)


FlowStageBinding Viewset

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**fsb_uuid** | **uuid::Uuid** | A UUID string identifying this Flow Stage Binding. | [required] |

### Return type

[**models::FlowStageBinding**](FlowStageBinding.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_bindings_update

> models::FlowStageBinding flows_bindings_update(fsb_uuid, flow_stage_binding_request)


FlowStageBinding Viewset

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**fsb_uuid** | **uuid::Uuid** | A UUID string identifying this Flow Stage Binding. | [required] |
**flow_stage_binding_request** | [**FlowStageBindingRequest**]FlowStageBindingRequest.md |  | [required] |

### Return type

[**models::FlowStageBinding**](FlowStageBinding.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_bindings_used_by_list

> Vec<models::UsedBy> flows_bindings_used_by_list(fsb_uuid)


Get a list of all objects that use this object

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**fsb_uuid** | **uuid::Uuid** | A UUID string identifying this Flow Stage Binding. | [required] |

### Return type

[**Vec<models::UsedBy>**](UsedBy.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_executor_get

> models::ChallengeTypes flows_executor_get(flow_slug, query)


Get the next pending challenge from the currently active flow.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**flow_slug** | **String** |  | [required] |
**query** | **String** | Querystring as received | [required] |

### Return type

[**models::ChallengeTypes**](ChallengeTypes.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_executor_solve

> models::ChallengeTypes flows_executor_solve(flow_slug, query, flow_challenge_response_request)


Solve the previously retrieved challenge and advanced to the next stage.

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**flow_slug** | **String** |  | [required] |
**query** | **String** | Querystring as received | [required] |
**flow_challenge_response_request** | Option<[**FlowChallengeResponseRequest**]FlowChallengeResponseRequest.md> |  |  |

### Return type

[**models::ChallengeTypes**](ChallengeTypes.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_inspector_get

> models::FlowInspection flows_inspector_get(flow_slug)


Get current flow state and record it

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**flow_slug** | **String** |  | [required] |

### Return type

[**models::FlowInspection**](FlowInspection.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_instances_cache_clear_create

> flows_instances_cache_clear_create()


Clear flow cache

### Parameters

This endpoint does not need any parameter.

### Return type

 (empty response body)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_instances_cache_info_retrieve

> models::Cache flows_instances_cache_info_retrieve()


Info about cached flows

### Parameters

This endpoint does not need any parameter.

### Return type

[**models::Cache**](Cache.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_instances_create

> models::Flow flows_instances_create(flow_request)


Flow Viewset

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**flow_request** | [**FlowRequest**]FlowRequest.md |  | [required] |

### Return type

[**models::Flow**](Flow.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_instances_destroy

> flows_instances_destroy(slug)


Flow Viewset

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**slug** | **String** |  | [required] |

### Return type

 (empty response body)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_instances_diagram_retrieve

> models::FlowDiagram flows_instances_diagram_retrieve(slug)


Return diagram for flow with slug `slug`, in the format used by flowchart.js

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**slug** | **String** |  | [required] |

### Return type

[**models::FlowDiagram**](FlowDiagram.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_instances_execute_retrieve

> models::Link flows_instances_execute_retrieve(slug)


Execute flow for current user

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**slug** | **String** |  | [required] |

### Return type

[**models::Link**](Link.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_instances_export_retrieve

> std::path::PathBuf flows_instances_export_retrieve(slug)


Export flow to .yaml file

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**slug** | **String** |  | [required] |

### Return type

[**std::path::PathBuf**](std::path::PathBuf.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_instances_import_create

> models::FlowImportResult flows_instances_import_create(file, clear)


Import flow from .yaml file

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**file** | Option<**std::path::PathBuf**> |  |  |
**clear** | Option<**bool**> |  |  |[default to false]

### Return type

[**models::FlowImportResult**](FlowImportResult.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: multipart/form-data
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_instances_list

> models::PaginatedFlowList flows_instances_list(denied_action, designation, flow_uuid, name, ordering, page, page_size, search, slug)


Flow Viewset

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**denied_action** | Option<**String**> | Configure what should happen when a flow denies access to a user.   |  |
**designation** | Option<**String**> | Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik.   |  |
**flow_uuid** | Option<**uuid::Uuid**> |  |  |
**name** | Option<**String**> |  |  |
**ordering** | Option<**String**> | Which field to use when ordering the results. |  |
**page** | Option<**i32**> | A page number within the paginated result set. |  |
**page_size** | Option<**i32**> | Number of results to return per page. |  |
**search** | Option<**String**> | A search term. |  |
**slug** | Option<**String**> |  |  |

### Return type

[**models::PaginatedFlowList**](PaginatedFlowList.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_instances_partial_update

> models::Flow flows_instances_partial_update(slug, patched_flow_request)


Flow Viewset

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**slug** | **String** |  | [required] |
**patched_flow_request** | Option<[**PatchedFlowRequest**]PatchedFlowRequest.md> |  |  |

### Return type

[**models::Flow**](Flow.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_instances_retrieve

> models::Flow flows_instances_retrieve(slug)


Flow Viewset

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**slug** | **String** |  | [required] |

### Return type

[**models::Flow**](Flow.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_instances_set_background_create

> flows_instances_set_background_create(slug, file, clear)


Set Flow background

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**slug** | **String** |  | [required] |
**file** | Option<**std::path::PathBuf**> |  |  |
**clear** | Option<**bool**> |  |  |[default to false]

### Return type

 (empty response body)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: multipart/form-data
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_instances_set_background_url_create

> flows_instances_set_background_url_create(slug, file_path_request)


Set Flow background (as URL)

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**slug** | **String** |  | [required] |
**file_path_request** | [**FilePathRequest**]FilePathRequest.md |  | [required] |

### Return type

 (empty response body)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_instances_update

> models::Flow flows_instances_update(slug, flow_request)


Flow Viewset

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**slug** | **String** |  | [required] |
**flow_request** | [**FlowRequest**]FlowRequest.md |  | [required] |

### Return type

[**models::Flow**](Flow.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)


## flows_instances_used_by_list

> Vec<models::UsedBy> flows_instances_used_by_list(slug)


Get a list of all objects that use this object

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**slug** | **String** |  | [required] |

### Return type

[**Vec<models::UsedBy>**](UsedBy.md)

### Authorization

[authentik](../README.md#authentik)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)