Commit e837ce7
committed
Update API Client
#### What's New
---
##### `GET` /endpoints/agents/connectors/
##### `POST` /endpoints/agents/connectors/
##### `GET` /endpoints/agents/connectors/{connector_uuid}/
##### `PUT` /endpoints/agents/connectors/{connector_uuid}/
##### `DELETE` /endpoints/agents/connectors/{connector_uuid}/
##### `PATCH` /endpoints/agents/connectors/{connector_uuid}/
##### `POST` /endpoints/agents/connectors/{connector_uuid}/mdm_config/
##### `GET` /endpoints/agents/connectors/{connector_uuid}/used_by/
##### `GET` /endpoints/agents/connectors/agent_config/
##### `POST` /endpoints/agents/connectors/check_in/
##### `POST` /endpoints/agents/connectors/enroll/
##### `GET` /endpoints/agents/enrollment_tokens/
##### `POST` /endpoints/agents/enrollment_tokens/
##### `GET` /endpoints/agents/enrollment_tokens/{token_uuid}/
##### `PUT` /endpoints/agents/enrollment_tokens/{token_uuid}/
##### `DELETE` /endpoints/agents/enrollment_tokens/{token_uuid}/
##### `PATCH` /endpoints/agents/enrollment_tokens/{token_uuid}/
##### `GET` /endpoints/agents/enrollment_tokens/{token_uuid}/used_by/
##### `GET` /endpoints/agents/enrollment_tokens/{token_uuid}/view_key/
##### `GET` /endpoints/connectors/
##### `GET` /endpoints/connectors/{connector_uuid}/
##### `DELETE` /endpoints/connectors/{connector_uuid}/
##### `GET` /endpoints/connectors/{connector_uuid}/used_by/
##### `GET` /endpoints/connectors/types/
##### `GET` /endpoints/device_bindings/
##### `POST` /endpoints/device_bindings/
##### `GET` /endpoints/device_bindings/{policy_binding_uuid}/
##### `PUT` /endpoints/device_bindings/{policy_binding_uuid}/
##### `DELETE` /endpoints/device_bindings/{policy_binding_uuid}/
##### `PATCH` /endpoints/device_bindings/{policy_binding_uuid}/
##### `GET` /endpoints/device_bindings/{policy_binding_uuid}/used_by/
##### `GET` /endpoints/device_groups/
##### `POST` /endpoints/device_groups/
##### `GET` /endpoints/device_groups/{pbm_uuid}/
##### `PUT` /endpoints/device_groups/{pbm_uuid}/
##### `DELETE` /endpoints/device_groups/{pbm_uuid}/
##### `PATCH` /endpoints/device_groups/{pbm_uuid}/
##### `GET` /endpoints/device_groups/{pbm_uuid}/used_by/
##### `GET` /endpoints/devices/
##### `GET` /endpoints/devices/{device_uuid}/
##### `PUT` /endpoints/devices/{device_uuid}/
##### `DELETE` /endpoints/devices/{device_uuid}/
##### `PATCH` /endpoints/devices/{device_uuid}/
##### `GET` /endpoints/devices/{device_uuid}/used_by/
#### 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 values:
* `authentik.endpoints`
* `authentik.endpoints.connectors.agent`
* `authentik.enterprise.endpoints.connectors.agent`
* 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 values:
* `authentik_endpoints.deviceuserbinding`
* `authentik_endpoints.endpointstage`
* `authentik_endpoints_connectors_agent.agentconnector`
* `authentik_endpoints_connectors_agent.enrollmenttoken`
##### `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 values:
* `authentik.endpoints`
* `authentik.endpoints.connectors.agent`
* `authentik.enterprise.endpoints.connectors.agent`
* 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 values:
* `authentik_endpoints.deviceuserbinding`
* `authentik_endpoints.endpointstage`
* `authentik_endpoints_connectors_agent.agentconnector`
* `authentik_endpoints_connectors_agent.enrollmenttoken`
###### 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 values:
* `authentik.endpoints`
* `authentik.endpoints.connectors.agent`
* `authentik.enterprise.endpoints.connectors.agent`
* 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 values:
* `authentik_endpoints.deviceuserbinding`
* `authentik_endpoints.endpointstage`
* `authentik_endpoints_connectors_agent.agentconnector`
* `authentik_endpoints_connectors_agent.enrollmenttoken`
##### `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 values:
* `authentik.endpoints`
* `authentik.endpoints.connectors.agent`
* `authentik.enterprise.endpoints.connectors.agent`
* 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 values:
* `authentik_endpoints.deviceuserbinding`
* `authentik_endpoints.endpointstage`
* `authentik_endpoints_connectors_agent.agentconnector`
* `authentik_endpoints_connectors_agent.enrollmenttoken`
###### 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 values:
* `authentik.endpoints`
* `authentik.endpoints.connectors.agent`
* `authentik.enterprise.endpoints.connectors.agent`
* 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 values:
* `authentik_endpoints.deviceuserbinding`
* `authentik_endpoints.endpointstage`
* `authentik_endpoints_connectors_agent.agentconnector`
* `authentik_endpoints_connectors_agent.enrollmenttoken`
##### `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 values:
* `authentik.endpoints`
* `authentik.endpoints.connectors.agent`
* `authentik.enterprise.endpoints.connectors.agent`
* 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 values:
* `authentik_endpoints.deviceuserbinding`
* `authentik_endpoints.endpointstage`
* `authentik_endpoints_connectors_agent.agentconnector`
* `authentik_endpoints_connectors_agent.enrollmenttoken`
###### 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 values:
* `authentik.endpoints`
* `authentik.endpoints.connectors.agent`
* `authentik.enterprise.endpoints.connectors.agent`
* 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 values:
* `authentik_endpoints.deviceuserbinding`
* `authentik_endpoints.endpointstage`
* `authentik_endpoints_connectors_agent.agentconnector`
* `authentik_endpoints_connectors_agent.enrollmenttoken`
##### `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 values:
* `authentik.endpoints`
* `authentik.endpoints.connectors.agent`
* `authentik.enterprise.endpoints.connectors.agent`
* 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 values:
* `authentik_endpoints.deviceuserbinding`
* `authentik_endpoints.endpointstage`
* `authentik_endpoints_connectors_agent.agentconnector`
* `authentik_endpoints_connectors_agent.enrollmenttoken`
##### `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 values:
* `authentik_endpoints.deviceuserbinding`
* `authentik_endpoints.endpointstage`
* `authentik_endpoints_connectors_agent.agentconnector`
* `authentik_endpoints_connectors_agent.enrollmenttoken`
##### `PATCH` /rbac/permissions/assigned_by_roles/{uuid}/unassign/
###### Request:
Changed content type : `application/json`
* Changed property `model` (string)
Added enum values:
* `authentik_endpoints.deviceuserbinding`
* `authentik_endpoints.endpointstage`
* `authentik_endpoints_connectors_agent.agentconnector`
* `authentik_endpoints_connectors_agent.enrollmenttoken`
##### `POST` /rbac/permissions/assigned_by_users/{id}/assign/
###### Request:
Changed content type : `application/json`
* Changed property `model` (string)
Added enum values:
* `authentik_endpoints.deviceuserbinding`
* `authentik_endpoints.endpointstage`
* `authentik_endpoints_connectors_agent.agentconnector`
* `authentik_endpoints_connectors_agent.enrollmenttoken`
##### `PATCH` /rbac/permissions/assigned_by_users/{id}/unassign/
###### Request:
Changed content type : `application/json`
* Changed property `model` (string)
Added enum values:
* `authentik_endpoints.deviceuserbinding`
* `authentik_endpoints.endpointstage`
* `authentik_endpoints_connectors_agent.agentconnector`
* `authentik_endpoints_connectors_agent.enrollmenttoken`
##### `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 4b0da0a commit e837ce7
File tree
119 files changed
+35037
-938
lines changed- .openapi-generator
- api
- docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
119 files changed
+35037
-938
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
108 | 112 | | |
109 | 113 | | |
110 | 114 | | |
| 115 | + | |
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
| |||
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
134 | 153 | | |
135 | 154 | | |
| 155 | + | |
| 156 | + | |
136 | 157 | | |
137 | 158 | | |
138 | 159 | | |
| |||
156 | 177 | | |
157 | 178 | | |
158 | 179 | | |
| 180 | + | |
159 | 181 | | |
160 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
161 | 188 | | |
162 | 189 | | |
163 | 190 | | |
| |||
201 | 228 | | |
202 | 229 | | |
203 | 230 | | |
| 231 | + | |
| 232 | + | |
204 | 233 | | |
205 | 234 | | |
206 | 235 | | |
| |||
227 | 256 | | |
228 | 257 | | |
229 | 258 | | |
| 259 | + | |
| 260 | + | |
230 | 261 | | |
231 | 262 | | |
232 | 263 | | |
| |||
276 | 307 | | |
277 | 308 | | |
278 | 309 | | |
| 310 | + | |
| 311 | + | |
279 | 312 | | |
280 | 313 | | |
281 | 314 | | |
| |||
294 | 327 | | |
295 | 328 | | |
296 | 329 | | |
| 330 | + | |
297 | 331 | | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
298 | 335 | | |
299 | 336 | | |
300 | 337 | | |
| |||
320 | 357 | | |
321 | 358 | | |
322 | 359 | | |
| 360 | + | |
| 361 | + | |
323 | 362 | | |
324 | 363 | | |
325 | 364 | | |
| |||
328 | 367 | | |
329 | 368 | | |
330 | 369 | | |
| 370 | + | |
331 | 371 | | |
332 | 372 | | |
333 | 373 | | |
| |||
344 | 384 | | |
345 | 385 | | |
346 | 386 | | |
| 387 | + | |
347 | 388 | | |
348 | 389 | | |
| 390 | + | |
349 | 391 | | |
350 | 392 | | |
351 | 393 | | |
| |||
355 | 397 | | |
356 | 398 | | |
357 | 399 | | |
| 400 | + | |
358 | 401 | | |
359 | 402 | | |
360 | 403 | | |
| |||
364 | 407 | | |
365 | 408 | | |
366 | 409 | | |
| 410 | + | |
367 | 411 | | |
368 | 412 | | |
369 | 413 | | |
| |||
482 | 526 | | |
483 | 527 | | |
484 | 528 | | |
| 529 | + | |
485 | 530 | | |
486 | 531 | | |
487 | 532 | | |
| |||
499 | 544 | | |
500 | 545 | | |
501 | 546 | | |
| 547 | + | |
502 | 548 | | |
503 | 549 | | |
504 | 550 | | |
| |||
508 | 554 | | |
509 | 555 | | |
510 | 556 | | |
| 557 | + | |
511 | 558 | | |
512 | 559 | | |
513 | 560 | | |
| |||
516 | 563 | | |
517 | 564 | | |
518 | 565 | | |
| 566 | + | |
519 | 567 | | |
520 | 568 | | |
521 | 569 | | |
| |||
619 | 667 | | |
620 | 668 | | |
621 | 669 | | |
| 670 | + | |
| 671 | + | |
622 | 672 | | |
623 | 673 | | |
624 | 674 | | |
| |||
719 | 769 | | |
720 | 770 | | |
721 | 771 | | |
| 772 | + | |
| 773 | + | |
722 | 774 | | |
723 | 775 | | |
724 | 776 | | |
| |||
825 | 877 | | |
826 | 878 | | |
827 | 879 | | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
828 | 883 | | |
829 | 884 | | |
830 | 885 | | |
| |||
904 | 959 | | |
905 | 960 | | |
906 | 961 | | |
| 962 | + | |
907 | 963 | | |
908 | 964 | | |
909 | 965 | | |
| |||
925 | 981 | | |
926 | 982 | | |
927 | 983 | | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
928 | 998 | | |
929 | 999 | | |
| 1000 | + | |
| 1001 | + | |
930 | 1002 | | |
931 | 1003 | | |
932 | 1004 | | |
| |||
950 | 1022 | | |
951 | 1023 | | |
952 | 1024 | | |
| 1025 | + | |
953 | 1026 | | |
954 | 1027 | | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
955 | 1032 | | |
956 | 1033 | | |
957 | 1034 | | |
| |||
992 | 1069 | | |
993 | 1070 | | |
994 | 1071 | | |
| 1072 | + | |
| 1073 | + | |
995 | 1074 | | |
996 | 1075 | | |
997 | 1076 | | |
| |||
1018 | 1097 | | |
1019 | 1098 | | |
1020 | 1099 | | |
| 1100 | + | |
| 1101 | + | |
1021 | 1102 | | |
1022 | 1103 | | |
1023 | 1104 | | |
| |||
1068 | 1149 | | |
1069 | 1150 | | |
1070 | 1151 | | |
| 1152 | + | |
| 1153 | + | |
1071 | 1154 | | |
1072 | 1155 | | |
1073 | 1156 | | |
| |||
1084 | 1167 | | |
1085 | 1168 | | |
1086 | 1169 | | |
| 1170 | + | |
1087 | 1171 | | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
1088 | 1175 | | |
1089 | 1176 | | |
1090 | 1177 | | |
| |||
1109 | 1196 | | |
1110 | 1197 | | |
1111 | 1198 | | |
| 1199 | + | |
| 1200 | + | |
1112 | 1201 | | |
1113 | 1202 | | |
1114 | 1203 | | |
1115 | 1204 | | |
1116 | 1205 | | |
1117 | 1206 | | |
| 1207 | + | |
1118 | 1208 | | |
1119 | 1209 | | |
1120 | 1210 | | |
| |||
1131 | 1221 | | |
1132 | 1222 | | |
1133 | 1223 | | |
| 1224 | + | |
1134 | 1225 | | |
1135 | 1226 | | |
| 1227 | + | |
1136 | 1228 | | |
1137 | 1229 | | |
1138 | 1230 | | |
| |||
1142 | 1234 | | |
1143 | 1235 | | |
1144 | 1236 | | |
| 1237 | + | |
1145 | 1238 | | |
1146 | 1239 | | |
1147 | 1240 | | |
| |||
1151 | 1244 | | |
1152 | 1245 | | |
1153 | 1246 | | |
| 1247 | + | |
1154 | 1248 | | |
1155 | 1249 | | |
1156 | 1250 | | |
| |||
1269 | 1363 | | |
1270 | 1364 | | |
1271 | 1365 | | |
| 1366 | + | |
1272 | 1367 | | |
1273 | 1368 | | |
1274 | 1369 | | |
| |||
1286 | 1381 | | |
1287 | 1382 | | |
1288 | 1383 | | |
| 1384 | + | |
1289 | 1385 | | |
1290 | 1386 | | |
1291 | 1387 | | |
| |||
1295 | 1391 | | |
1296 | 1392 | | |
1297 | 1393 | | |
| 1394 | + | |
1298 | 1395 | | |
1299 | 1396 | | |
1300 | 1397 | | |
| |||
1303 | 1400 | | |
1304 | 1401 | | |
1305 | 1402 | | |
| 1403 | + | |
1306 | 1404 | | |
1307 | 1405 | | |
1308 | 1406 | | |
| |||
1406 | 1504 | | |
1407 | 1505 | | |
1408 | 1506 | | |
| 1507 | + | |
| 1508 | + | |
1409 | 1509 | | |
1410 | 1510 | | |
1411 | 1511 | | |
| |||
1497 | 1597 | | |
1498 | 1598 | | |
1499 | 1599 | | |
| 1600 | + | |
| 1601 | + | |
1500 | 1602 | | |
1501 | 1603 | | |
1502 | 1604 | | |
| |||
0 commit comments