Commit b9c6db5
committed
Update API Client
#### What's Changed
---
##### `GET` /endpoints/agents/connectors/{connector_uuid}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Added property `challenge_idle_timeout` (string)
* Added property `challenge_trigger_check_in` (boolean)
##### `PUT` /endpoints/agents/connectors/{connector_uuid}/
###### Request:
Changed content type : `application/json`
* Added property `challenge_idle_timeout` (string)
* Added property `challenge_trigger_check_in` (boolean)
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Added property `challenge_idle_timeout` (string)
* Added property `challenge_trigger_check_in` (boolean)
##### `PATCH` /endpoints/agents/connectors/{connector_uuid}/
###### Request:
Changed content type : `application/json`
* Added property `challenge_idle_timeout` (string)
* Added property `challenge_trigger_check_in` (boolean)
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Added property `challenge_idle_timeout` (string)
* Added property `challenge_trigger_check_in` (boolean)
##### `POST` /endpoints/agents/connectors/
###### Request:
Changed content type : `application/json`
* Added property `challenge_idle_timeout` (string)
* Added property `challenge_trigger_check_in` (boolean)
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Added property `challenge_idle_timeout` (string)
* Added property `challenge_trigger_check_in` (boolean)
##### `GET` /endpoints/agents/connectors/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
* Added property `challenge_idle_timeout` (string)
* Added property `challenge_trigger_check_in` (boolean)
##### `GET` /policies/geoip/{policy_uuid}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `countries` (array)
##### `PUT` /policies/geoip/{policy_uuid}/
###### Request:
Changed content type : `application/json`
* Changed property `countries` (array)
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `countries` (array)
##### `PATCH` /policies/geoip/{policy_uuid}/
###### Request:
Changed content type : `application/json`
* Changed property `countries` (array)
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `countries` (array)
##### `POST` /policies/geoip/
###### Request:
Changed content type : `application/json`
* Changed property `countries` (array)
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Changed property `countries` (array)
##### `GET` /policies/geoip/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> GeoIP Policy Serializer
* Changed property `countries` (array)
##### `GET` /flows/executor/{flow_slug}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
Updated `ak-stage-endpoint-agent` component:
New required properties:
- `challenge_idle_timeout`
* Added property `challenge_idle_timeout` (integer)
##### `POST` /flows/executor/{flow_slug}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
Updated `ak-stage-endpoint-agent` component:
New required properties:
- `challenge_idle_timeout`
* Added property `challenge_idle_timeout` (integer)1 parent 739935d commit b9c6db5
File tree
11 files changed
+500
-13
lines changed- api
- docs
11 files changed
+500
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49933 | 49933 | | |
49934 | 49934 | | |
49935 | 49935 | | |
| 49936 | + | |
49936 | 49937 | | |
49937 | 49938 | | |
49938 | 49939 | | |
49939 | 49940 | | |
49940 | 49941 | | |
49941 | 49942 | | |
| 49943 | + | |
49942 | 49944 | | |
49943 | 49945 | | |
49944 | 49946 | | |
| |||
49991 | 49993 | | |
49992 | 49994 | | |
49993 | 49995 | | |
| 49996 | + | |
| 49997 | + | |
| 49998 | + | |
| 49999 | + | |
49994 | 50000 | | |
49995 | 50001 | | |
49996 | 50002 | | |
| |||
50005 | 50011 | | |
50006 | 50012 | | |
50007 | 50013 | | |
50008 | | - | |
50009 | 50014 | | |
| 50015 | + | |
| 50016 | + | |
| 50017 | + | |
| 50018 | + | |
50010 | 50019 | | |
50011 | 50020 | | |
50012 | 50021 | | |
50013 | 50022 | | |
50014 | 50023 | | |
| 50024 | + | |
50015 | 50025 | | |
50016 | 50026 | | |
50017 | 50027 | | |
50018 | | - | |
50019 | | - | |
50020 | 50028 | | |
50021 | 50029 | | |
50022 | 50030 | | |
| |||
50054 | 50062 | | |
50055 | 50063 | | |
50056 | 50064 | | |
| 50065 | + | |
| 50066 | + | |
| 50067 | + | |
| 50068 | + | |
| 50069 | + | |
50057 | 50070 | | |
50058 | 50071 | | |
50059 | 50072 | | |
| |||
55167 | 55180 | | |
55168 | 55181 | | |
55169 | 55182 | | |
| 55183 | + | |
| 55184 | + | |
55170 | 55185 | | |
55171 | 55186 | | |
| 55187 | + | |
55172 | 55188 | | |
55173 | 55189 | | |
55174 | 55190 | | |
| |||
62889 | 62905 | | |
62890 | 62906 | | |
62891 | 62907 | | |
| 62908 | + | |
62892 | 62909 | | |
62893 | 62910 | | |
62894 | 62911 | | |
62895 | 62912 | | |
62896 | 62913 | | |
62897 | 62914 | | |
| 62915 | + | |
62898 | 62916 | | |
62899 | 62917 | | |
62900 | 62918 | | |
| |||
62907 | 62925 | | |
62908 | 62926 | | |
62909 | 62927 | | |
| 62928 | + | |
62910 | 62929 | | |
62911 | 62930 | | |
62912 | 62931 | | |
62913 | 62932 | | |
62914 | 62933 | | |
62915 | 62934 | | |
| 62935 | + | |
62916 | 62936 | | |
62917 | 62937 | | |
62918 | 62938 | | |
| |||
73639 | 73659 | | |
73640 | 73660 | | |
73641 | 73661 | | |
73642 | | - | |
73643 | 73662 | | |
| 73663 | + | |
| 73664 | + | |
| 73665 | + | |
| 73666 | + | |
73644 | 73667 | | |
73645 | 73668 | | |
73646 | 73669 | | |
73647 | 73670 | | |
73648 | 73671 | | |
| 73672 | + | |
73649 | 73673 | | |
73650 | 73674 | | |
73651 | 73675 | | |
73652 | | - | |
73653 | | - | |
73654 | 73676 | | |
73655 | 73677 | | |
73656 | 73678 | | |
| |||
73688 | 73710 | | |
73689 | 73711 | | |
73690 | 73712 | | |
| 73713 | + | |
| 73714 | + | |
| 73715 | + | |
| 73716 | + | |
| 73717 | + | |
73691 | 73718 | | |
73692 | 73719 | | |
73693 | 73720 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
410 | 412 | | |
411 | 413 | | |
412 | 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 | + | |
413 | 465 | | |
414 | 466 | | |
415 | 467 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
326 | 328 | | |
327 | 329 | | |
328 | 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 | + | |
329 | 381 | | |
330 | 382 | | |
331 | 383 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
808 | 809 | | |
809 | 810 | | |
810 | 811 | | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
811 | 832 | | |
812 | 833 | | |
813 | 834 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
126 | 147 | | |
127 | 148 | | |
128 | 149 | | |
| |||
0 commit comments