Commit 17bb003
committed
-e Update API Client
#### What's Changed
---
##### `GET` /policies/event_matcher/{policy_uuid}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `app` (string)
> Match events created by selected application. When left empty, all applications are matched.
Added enum value:
* `authentik.commands`
##### `PUT` /policies/event_matcher/{policy_uuid}/
###### Request:
Changed content type : `application/json`
* Changed property `app` (string)
> Match events created by selected application. When left empty, all applications are matched.
Added enum value:
* `authentik.commands`
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `app` (string)
> Match events created by selected application. When left empty, all applications are matched.
Added enum value:
* `authentik.commands`
##### `PATCH` /policies/event_matcher/{policy_uuid}/
###### Request:
Changed content type : `application/json`
* Changed property `app` (string)
> Match events created by selected application. When left empty, all applications are matched.
Added enum value:
* `authentik.commands`
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `app` (string)
> Match events created by selected application. When left empty, all applications are matched.
Added enum value:
* `authentik.commands`
##### `GET` /tasks/schedules/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `last_task_status` (string)
Added enum values:
* `preprocess`
* `running`
* `postprocess`
##### `PUT` /tasks/schedules/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `last_task_status` (string)
Added enum values:
* `preprocess`
* `running`
* `postprocess`
##### `PATCH` /tasks/schedules/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `last_task_status` (string)
Added enum values:
* `preprocess`
* `running`
* `postprocess`
##### `POST` /policies/event_matcher/
###### Request:
Changed content type : `application/json`
* Changed property `app` (string)
> Match events created by selected application. When left empty, all applications are matched.
Added enum value:
* `authentik.commands`
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Changed property `app` (string)
> Match events created by selected application. When left empty, all applications are matched.
Added enum value:
* `authentik.commands`
##### `GET` /policies/event_matcher/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> Event Matcher Policy Serializer
* Changed property `app` (string)
> Match events created by selected application. When left empty, all applications are matched.
Added enum value:
* `authentik.commands`
##### `GET` /providers/google_workspace/{id}/sync/status/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `last_sync_status` (string)
Added enum values:
* `preprocess`
* `running`
* `postprocess`
##### `GET` /providers/microsoft_entra/{id}/sync/status/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `last_sync_status` (string)
Added enum values:
* `preprocess`
* `running`
* `postprocess`
##### `GET` /providers/scim/{id}/sync/status/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `last_sync_status` (string)
Added enum values:
* `preprocess`
* `running`
* `postprocess`
##### `GET` /sources/kerberos/{slug}/sync/status/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `last_sync_status` (string)
Added enum values:
* `preprocess`
* `running`
* `postprocess`
##### `GET` /sources/ldap/{slug}/sync/status/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `last_sync_status` (string)
Added enum values:
* `preprocess`
* `running`
* `postprocess`
##### `GET` /tasks/schedules/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
* Changed property `last_task_status` (string)
Added enum values:
* `preprocess`
* `running`
* `postprocess`
##### `GET` /tasks/tasks/{message_id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `state` (string)
> Task status
Added enum values:
* `preprocess`
* `running`
* `postprocess`
* Changed property `aggregated_status` (string)
Added enum values:
* `preprocess`
* `running`
* `postprocess`
##### `GET` /tasks/tasks/
###### Parameters:
Changed: `aggregated_status` in `query`
Changed: `state` in `query`
> Task status
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
* Changed property `state` (string)
> Task status
Added enum values:
* `preprocess`
* `running`
* `postprocess`
* Changed property `aggregated_status` (string)
Added enum values:
* `preprocess`
* `running`
* `postprocess`1 parent 2d32341 commit 17bb003
File tree
18 files changed
+55
-9
lines changed- authentik_client
- models
- docs
- test
18 files changed
+55
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
0 commit comments