Commit 1cde1f4
committed
-e Update API Client
#### What's Changed
---
##### `GET` /stages/prompt/prompts/{prompt_uuid}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
New required properties:
- `prompt_stages_obj`
* Added property `prompt_stages_obj` (array)
Items (object):
> PromptStage Serializer
* Property `pk` (string)
* Property `name` (string)
* Property `component` (string)
> Get object type so that we know how to edit the object
* Property `verbose_name` (string)
> Return object's verbose_name
* Property `verbose_name_plural` (string)
> Return object's plural verbose_name
* Property `meta_model_name` (string)
> Return internal model name
* Property `flow_set` (array)
Items (object):
> Stripped down flow serializer
* Property `pk` (string)
* Property `policybindingmodel_ptr_id` (string)
* Property `name` (string)
* Property `slug` (string)
> Visible in the URL.
* Property `title` (string)
> Shown as the Title in Flow pages.
* Property `designation` (string)
> Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik.
Enum values:
* `authentication`
* `authorization`
* `invalidation`
* `enrollment`
* `unenrollment`
* `recovery`
* `stage_configuration`
* Property `background` (string)
> Get the URL to the background image. If the name is /static or starts with http
> it is returned as-is
* Property `policy_engine_mode` (string)
Enum values:
* `all`
* `any`
* Property `compatibility_mode` (boolean)
> Enable compatibility mode, increases compatibility with password managers on mobile devices.
* Property `export_url` (string)
> Get export URL for flow
* Property `layout` (string)
Enum values:
* `stacked`
* `content_left`
* `content_right`
* `sidebar_left`
* `sidebar_right`
* Property `denied_action` (string)
> Configure what should happen when a flow denies access to a user.
Enum values:
* `message_continue`
* `message`
* `continue`
* Property `fields` (array)
Items (string):
* Property `validation_policies` (array)
* Deleted property `promptstage_set` (array)
##### `PUT` /stages/prompt/prompts/{prompt_uuid}/
###### Request:
Changed content type : `application/json`
* Deleted property `promptstage_set` (array)
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
New required properties:
- `prompt_stages_obj`
* Added property `prompt_stages_obj` (array)
* Deleted property `promptstage_set` (array)
##### `PATCH` /stages/prompt/prompts/{prompt_uuid}/
###### Request:
Changed content type : `application/json`
* Deleted property `promptstage_set` (array)
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
New required properties:
- `prompt_stages_obj`
* Added property `prompt_stages_obj` (array)
* Deleted property `promptstage_set` (array)
##### `POST` /stages/prompt/prompts/
###### Request:
Changed content type : `application/json`
* Deleted property `promptstage_set` (array)
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
New required properties:
- `prompt_stages_obj`
* Added property `prompt_stages_obj` (array)
* Deleted property `promptstage_set` (array)
##### `GET` /stages/prompt/prompts/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> Prompt Serializer
New required properties:
- `prompt_stages_obj`
* Added property `prompt_stages_obj` (array)
* Deleted property `promptstage_set` (array)
##### `POST` /stages/prompt/prompts/preview/
###### Request:
Changed content type : `application/json`
* Deleted property `promptstage_set` (array)1 parent bb2c98c commit 1cde1f4
File tree
37 files changed
+2250
-12051
lines changed- .openapi-generator
- authentik_client
- models
- docs
- test
37 files changed
+2250
-12051
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
596 | | - | |
597 | 596 | | |
598 | 597 | | |
599 | 598 | | |
| |||
605 | 604 | | |
606 | 605 | | |
607 | 606 | | |
608 | | - | |
609 | 607 | | |
610 | 608 | | |
611 | 609 | | |
| |||
623 | 621 | | |
624 | 622 | | |
625 | 623 | | |
626 | | - | |
627 | 624 | | |
628 | 625 | | |
629 | 626 | | |
| |||
687 | 684 | | |
688 | 685 | | |
689 | 686 | | |
690 | | - | |
691 | 687 | | |
692 | 688 | | |
693 | 689 | | |
| |||
699 | 695 | | |
700 | 696 | | |
701 | 697 | | |
702 | | - | |
703 | 698 | | |
704 | 699 | | |
705 | 700 | | |
| |||
709 | 704 | | |
710 | 705 | | |
711 | 706 | | |
712 | | - | |
713 | 707 | | |
714 | 708 | | |
715 | 709 | | |
| |||
1373 | 1367 | | |
1374 | 1368 | | |
1375 | 1369 | | |
1376 | | - | |
1377 | 1370 | | |
1378 | 1371 | | |
1379 | 1372 | | |
| |||
1386 | 1379 | | |
1387 | 1380 | | |
1388 | 1381 | | |
1389 | | - | |
1390 | 1382 | | |
1391 | 1383 | | |
1392 | 1384 | | |
| |||
1405 | 1397 | | |
1406 | 1398 | | |
1407 | 1399 | | |
1408 | | - | |
1409 | 1400 | | |
1410 | 1401 | | |
1411 | 1402 | | |
| |||
1479 | 1470 | | |
1480 | 1471 | | |
1481 | 1472 | | |
1482 | | - | |
1483 | 1473 | | |
1484 | 1474 | | |
1485 | 1475 | | |
| |||
1489 | 1479 | | |
1490 | 1480 | | |
1491 | 1481 | | |
1492 | | - | |
1493 | 1482 | | |
1494 | 1483 | | |
1495 | 1484 | | |
| |||
1498 | 1487 | | |
1499 | 1488 | | |
1500 | 1489 | | |
1501 | | - | |
1502 | 1490 | | |
1503 | 1491 | | |
1504 | 1492 | | |
| |||
2170 | 2158 | | |
2171 | 2159 | | |
2172 | 2160 | | |
2173 | | - | |
2174 | 2161 | | |
2175 | 2162 | | |
2176 | 2163 | | |
| |||
2183 | 2170 | | |
2184 | 2171 | | |
2185 | 2172 | | |
2186 | | - | |
2187 | 2173 | | |
2188 | 2174 | | |
2189 | 2175 | | |
| |||
2202 | 2188 | | |
2203 | 2189 | | |
2204 | 2190 | | |
2205 | | - | |
2206 | 2191 | | |
2207 | 2192 | | |
2208 | 2193 | | |
| |||
2271 | 2256 | | |
2272 | 2257 | | |
2273 | 2258 | | |
2274 | | - | |
2275 | 2259 | | |
2276 | 2260 | | |
2277 | 2261 | | |
| |||
2283 | 2267 | | |
2284 | 2268 | | |
2285 | 2269 | | |
2286 | | - | |
2287 | 2270 | | |
2288 | 2271 | | |
2289 | 2272 | | |
| |||
2295 | 2278 | | |
2296 | 2279 | | |
2297 | 2280 | | |
2298 | | - | |
2299 | 2281 | | |
2300 | 2282 | | |
2301 | 2283 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
1705 | 1705 | | |
1706 | 1706 | | |
1707 | 1707 | | |
1708 | | - | |
1709 | 1708 | | |
1710 | 1709 | | |
1711 | 1710 | | |
| |||
1717 | 1716 | | |
1718 | 1717 | | |
1719 | 1718 | | |
1720 | | - | |
1721 | 1719 | | |
1722 | 1720 | | |
1723 | 1721 | | |
| |||
1735 | 1733 | | |
1736 | 1734 | | |
1737 | 1735 | | |
1738 | | - | |
1739 | 1736 | | |
1740 | 1737 | | |
1741 | 1738 | | |
| |||
1804 | 1801 | | |
1805 | 1802 | | |
1806 | 1803 | | |
1807 | | - | |
1808 | 1804 | | |
1809 | 1805 | | |
1810 | 1806 | | |
| |||
1814 | 1810 | | |
1815 | 1811 | | |
1816 | 1812 | | |
1817 | | - | |
1818 | 1813 | | |
1819 | 1814 | | |
1820 | 1815 | | |
1821 | 1816 | | |
1822 | 1817 | | |
1823 | 1818 | | |
1824 | | - | |
1825 | 1819 | | |
1826 | 1820 | | |
1827 | 1821 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
614 | | - | |
615 | 614 | | |
616 | 615 | | |
617 | 616 | | |
| |||
623 | 622 | | |
624 | 623 | | |
625 | 624 | | |
626 | | - | |
627 | 625 | | |
628 | 626 | | |
629 | 627 | | |
| |||
641 | 639 | | |
642 | 640 | | |
643 | 641 | | |
644 | | - | |
645 | 642 | | |
646 | 643 | | |
647 | 644 | | |
| |||
710 | 707 | | |
711 | 708 | | |
712 | 709 | | |
713 | | - | |
714 | 710 | | |
715 | 711 | | |
716 | 712 | | |
| |||
720 | 716 | | |
721 | 717 | | |
722 | 718 | | |
723 | | - | |
724 | 719 | | |
725 | 720 | | |
726 | 721 | | |
727 | 722 | | |
728 | 723 | | |
729 | 724 | | |
730 | | - | |
731 | 725 | | |
732 | 726 | | |
733 | 727 | | |
| |||
1418 | 1412 | | |
1419 | 1413 | | |
1420 | 1414 | | |
1421 | | - | |
1422 | 1415 | | |
1423 | 1416 | | |
1424 | 1417 | | |
| |||
1430 | 1423 | | |
1431 | 1424 | | |
1432 | 1425 | | |
1433 | | - | |
1434 | 1426 | | |
1435 | 1427 | | |
1436 | 1428 | | |
| |||
1448 | 1440 | | |
1449 | 1441 | | |
1450 | 1442 | | |
1451 | | - | |
1452 | 1443 | | |
1453 | 1444 | | |
1454 | 1445 | | |
| |||
1517 | 1508 | | |
1518 | 1509 | | |
1519 | 1510 | | |
1520 | | - | |
1521 | 1511 | | |
1522 | 1512 | | |
1523 | 1513 | | |
| |||
1527 | 1517 | | |
1528 | 1518 | | |
1529 | 1519 | | |
1530 | | - | |
1531 | 1520 | | |
1532 | 1521 | | |
1533 | 1522 | | |
1534 | 1523 | | |
1535 | 1524 | | |
1536 | 1525 | | |
1537 | | - | |
1538 | 1526 | | |
1539 | 1527 | | |
1540 | 1528 | | |
| |||
2231 | 2219 | | |
2232 | 2220 | | |
2233 | 2221 | | |
2234 | | - | |
2235 | 2222 | | |
2236 | 2223 | | |
2237 | 2224 | | |
| |||
2243 | 2230 | | |
2244 | 2231 | | |
2245 | 2232 | | |
2246 | | - | |
2247 | 2233 | | |
2248 | 2234 | | |
2249 | 2235 | | |
| |||
2261 | 2247 | | |
2262 | 2248 | | |
2263 | 2249 | | |
2264 | | - | |
2265 | 2250 | | |
2266 | 2251 | | |
2267 | 2252 | | |
| |||
2330 | 2315 | | |
2331 | 2316 | | |
2332 | 2317 | | |
2333 | | - | |
2334 | 2318 | | |
2335 | 2319 | | |
2336 | 2320 | | |
| |||
2340 | 2324 | | |
2341 | 2325 | | |
2342 | 2326 | | |
2343 | | - | |
2344 | 2327 | | |
2345 | 2328 | | |
2346 | 2329 | | |
2347 | 2330 | | |
2348 | 2331 | | |
2349 | 2332 | | |
2350 | | - | |
2351 | 2333 | | |
2352 | 2334 | | |
2353 | 2335 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| |||
0 commit comments