Commit 78a1b71
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 `model` (string)
> Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Removed enum value:
* `authentik_stages_consent.userconsent`
##### `PUT` /policies/event_matcher/{policy_uuid}/
###### Request:
Changed content type : `application/json`
* Changed property `model` (string)
> Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Removed enum value:
* `authentik_stages_consent.userconsent`
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `model` (string)
> Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Removed enum value:
* `authentik_stages_consent.userconsent`
##### `PATCH` /policies/event_matcher/{policy_uuid}/
###### Request:
Changed content type : `application/json`
* Changed property `model` (string)
> Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Removed enum value:
* `authentik_stages_consent.userconsent`
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `model` (string)
> Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Removed enum value:
* `authentik_stages_consent.userconsent`
##### `POST` /policies/event_matcher/
###### Request:
Changed content type : `application/json`
* Changed property `model` (string)
> Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Removed enum value:
* `authentik_stages_consent.userconsent`
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Changed property `model` (string)
> Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Removed enum value:
* `authentik_stages_consent.userconsent`
##### `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 `model` (string)
> Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched.
Removed enum value:
* `authentik_stages_consent.userconsent`
##### `POST` /rbac/permissions/assigned_by_roles/{uuid}/assign/
###### Request:
Changed content type : `application/json`
* Changed property `model` (string)
Removed enum value:
* `authentik_stages_consent.userconsent`
##### `PATCH` /rbac/permissions/assigned_by_roles/{uuid}/unassign/
###### Request:
Changed content type : `application/json`
* Changed property `model` (string)
Removed enum value:
* `authentik_stages_consent.userconsent`
##### `POST` /rbac/permissions/assigned_by_users/{id}/assign/
###### Request:
Changed content type : `application/json`
* Changed property `model` (string)
Removed enum value:
* `authentik_stages_consent.userconsent`
##### `PATCH` /rbac/permissions/assigned_by_users/{id}/unassign/
###### Request:
Changed content type : `application/json`
* Changed property `model` (string)
Removed enum value:
* `authentik_stages_consent.userconsent`
##### `GET` /rbac/permissions/assigned_by_roles/
###### Parameters:
Changed: `model` in `query`
##### `GET` /rbac/permissions/assigned_by_users/
###### Parameters:
Changed: `model` in `query`1 parent 0d90f97 commit 78a1b71
File tree
9 files changed
+6
-12
lines changed- authentik_client
- models
- docs
9 files changed
+6
-12
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 | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | 162 | | |
165 | 163 | | |
166 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23008 | 23008 | | |
23009 | 23009 | | |
23010 | 23010 | | |
23011 | | - | |
23012 | 23011 | | |
23013 | 23012 | | |
23014 | 23013 | | |
| |||
23238 | 23237 | | |
23239 | 23238 | | |
23240 | 23239 | | |
23241 | | - | |
23242 | 23240 | | |
23243 | 23241 | | |
23244 | 23242 | | |
| |||
46104 | 46102 | | |
46105 | 46103 | | |
46106 | 46104 | | |
46107 | | - | |
46108 | 46105 | | |
46109 | 46106 | | |
46110 | 46107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments