Commit 574b109
committed
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.
Added enum value:
* `authentik_endpoints_connectors_agent.agentdeviceuserbinding`
##### `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.
Added enum value:
* `authentik_endpoints_connectors_agent.agentdeviceuserbinding`
###### 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.
Added enum value:
* `authentik_endpoints_connectors_agent.agentdeviceuserbinding`
##### `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.
Added enum value:
* `authentik_endpoints_connectors_agent.agentdeviceuserbinding`
###### 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.
Added enum value:
* `authentik_endpoints_connectors_agent.agentdeviceuserbinding`
##### `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.
Added enum value:
* `authentik_endpoints_connectors_agent.agentdeviceuserbinding`
###### 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.
Added enum value:
* `authentik_endpoints_connectors_agent.agentdeviceuserbinding`
##### `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.
Added enum value:
* `authentik_endpoints_connectors_agent.agentdeviceuserbinding`
##### `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` /rbac/permissions/assigned_by_roles/{uuid}/assign/
###### Request:
Changed content type : `application/json`
* Changed property `model` (string)
Added enum value:
* `authentik_endpoints_connectors_agent.agentdeviceuserbinding`
##### `PATCH` /rbac/permissions/assigned_by_roles/{uuid}/unassign/
###### Request:
Changed content type : `application/json`
* Changed property `model` (string)
Added enum value:
* `authentik_endpoints_connectors_agent.agentdeviceuserbinding`
##### `POST` /rbac/permissions/assigned_by_users/{id}/assign/
###### Request:
Changed content type : `application/json`
* Changed property `model` (string)
Added enum value:
* `authentik_endpoints_connectors_agent.agentdeviceuserbinding`
##### `PATCH` /rbac/permissions/assigned_by_users/{id}/unassign/
###### Request:
Changed content type : `application/json`
* Changed property `model` (string)
Added enum value:
* `authentik_endpoints_connectors_agent.agentdeviceuserbinding`
##### `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` /rbac/permissions/assigned_by_roles/
###### Parameters:
Changed: `model` in `query`
##### `GET` /rbac/permissions/assigned_by_users/
###### Parameters:
Changed: `model` in `query`1 parent e837ce7 commit 574b109
File tree
4 files changed
+10
-0
lines changed- api
- docs
4 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29735 | 29735 | | |
29736 | 29736 | | |
29737 | 29737 | | |
| 29738 | + | |
29738 | 29739 | | |
29739 | 29740 | | |
29740 | 29741 | | |
| |||
30009 | 30010 | | |
30010 | 30011 | | |
30011 | 30012 | | |
| 30013 | + | |
30012 | 30014 | | |
30013 | 30015 | | |
30014 | 30016 | | |
| |||
60136 | 60138 | | |
60137 | 60139 | | |
60138 | 60140 | | |
| 60141 | + | |
60139 | 60142 | | |
60140 | 60143 | | |
60141 | 60144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19443 | 19443 | | |
19444 | 19444 | | |
19445 | 19445 | | |
| 19446 | + | |
19446 | 19447 | | |
19447 | 19448 | | |
19448 | 19449 | | |
| |||
19656 | 19657 | | |
19657 | 19658 | | |
19658 | 19659 | | |
| 19660 | + | |
19659 | 19661 | | |
19660 | 19662 | | |
19661 | 19663 | | |
| |||
40698 | 40700 | | |
40699 | 40701 | | |
40700 | 40702 | | |
| 40703 | + | |
40701 | 40704 | | |
40702 | 40705 | | |
40703 | 40706 | | |
| |||
0 commit comments