Commit 24916a1
committed
Update API Client
#### What's Changed
---
##### `GET` /core/tokens/{identifier}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `PUT` /core/tokens/{identifier}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `PATCH` /core/tokens/{identifier}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /core/users/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `PUT` /core/users/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `PATCH` /core/users/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /policies/bindings/{policy_binding_uuid}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `PUT` /policies/bindings/{policy_binding_uuid}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `PATCH` /policies/bindings/{policy_binding_uuid}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `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)
##### `GET` /providers/ssf/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `token_obj` (object)
> Token Serializer
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `PUT` /providers/ssf/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `token_obj` (object)
> Token Serializer
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `PATCH` /providers/ssf/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `token_obj` (object)
> Token Serializer
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /sources/scim/{slug}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `token_obj` (object)
> Token Serializer
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `PUT` /sources/scim/{slug}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `token_obj` (object)
> Token Serializer
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `PATCH` /sources/scim/{slug}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `token_obj` (object)
> Token Serializer
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /ssf/streams/{uuid}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `provider_obj` (object)
> SSFProvider Serializer
* Changed property `token_obj` (object)
> Token Serializer
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `POST` /core/tokens/
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /core/tokens/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> Token Serializer
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /core/user_consent/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `user` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `POST` /core/users/
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /core/users/
###### Parameters:
Added: `date_joined` in `query`
Added: `date_joined__gt` in `query`
Added: `date_joined__lt` in `query`
Added: `last_updated` in `query`
Added: `last_updated__gt` in `query`
Added: `last_updated__lt` in `query`
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `POST` /policies/bindings/
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /policies/bindings/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> PolicyBinding Serializer
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `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)
##### `POST` /providers/ssf/
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Changed property `token_obj` (object)
> Token Serializer
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /providers/ssf/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> SSFProvider Serializer
* Changed property `token_obj` (object)
> Token Serializer
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `POST` /sources/scim/
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Changed property `token_obj` (object)
> Token Serializer
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /sources/scim/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> SCIMSource Serializer
* Changed property `token_obj` (object)
> Token Serializer
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /ssf/streams/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> SSFStream Serializer
* Changed property `provider_obj` (object)
> SSFProvider Serializer
* Changed property `token_obj` (object)
> Token Serializer
* Changed property `user_obj` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /core/user_consent/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> UserConsent Serializer
* Changed property `user` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /oauth2/access_tokens/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `user` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /oauth2/authorization_codes/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `user` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /oauth2/refresh_tokens/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `user` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /oauth2/access_tokens/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> Serializer for BaseGrantModel and RefreshToken
* Changed property `user` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /oauth2/authorization_codes/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> Serializer for BaseGrantModel and ExpiringBaseGrant
* Changed property `user` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)
##### `GET` /oauth2/refresh_tokens/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> Serializer for BaseGrantModel and RefreshToken
* Changed property `user` (object)
> User Serializer
New required properties:
- `last_updated`
* Added property `last_updated` (string)1 parent 77a5fa4 commit 24916a1
File tree
5 files changed
+76
-6
lines changed- Sources/authentikClient
- APIs
- Models
- docs
5 files changed
+76
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2607 | 2607 | | |
2608 | 2608 | | |
2609 | 2609 | | |
| 2610 | + | |
| 2611 | + | |
| 2612 | + | |
2610 | 2613 | | |
2611 | 2614 | | |
2612 | 2615 | | |
2613 | 2616 | | |
2614 | 2617 | | |
2615 | 2618 | | |
| 2619 | + | |
| 2620 | + | |
| 2621 | + | |
2616 | 2622 | | |
2617 | 2623 | | |
2618 | 2624 | | |
| |||
2627 | 2633 | | |
2628 | 2634 | | |
2629 | 2635 | | |
2630 | | - | |
2631 | | - | |
| 2636 | + | |
| 2637 | + | |
2632 | 2638 | | |
2633 | 2639 | | |
2634 | 2640 | | |
| |||
2638 | 2644 | | |
2639 | 2645 | | |
2640 | 2646 | | |
| 2647 | + | |
| 2648 | + | |
| 2649 | + | |
2641 | 2650 | | |
2642 | 2651 | | |
2643 | 2652 | | |
2644 | 2653 | | |
2645 | 2654 | | |
2646 | 2655 | | |
| 2656 | + | |
| 2657 | + | |
| 2658 | + | |
2647 | 2659 | | |
2648 | 2660 | | |
2649 | 2661 | | |
| |||
2657 | 2669 | | |
2658 | 2670 | | |
2659 | 2671 | | |
2660 | | - | |
| 2672 | + | |
2661 | 2673 | | |
2662 | 2674 | | |
2663 | 2675 | | |
2664 | 2676 | | |
2665 | 2677 | | |
2666 | 2678 | | |
2667 | 2679 | | |
| 2680 | + | |
| 2681 | + | |
| 2682 | + | |
2668 | 2683 | | |
2669 | 2684 | | |
2670 | 2685 | | |
2671 | 2686 | | |
2672 | 2687 | | |
2673 | 2688 | | |
| 2689 | + | |
| 2690 | + | |
| 2691 | + | |
2674 | 2692 | | |
2675 | 2693 | | |
2676 | 2694 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2985 | 2985 | | |
2986 | 2986 | | |
2987 | 2987 | | |
2988 | | - | |
| 2988 | + | |
2989 | 2989 | | |
2990 | 2990 | | |
2991 | 2991 | | |
| |||
2998 | 2998 | | |
2999 | 2999 | | |
3000 | 3000 | | |
| 3001 | + | |
| 3002 | + | |
| 3003 | + | |
3001 | 3004 | | |
3002 | 3005 | | |
3003 | 3006 | | |
3004 | 3007 | | |
3005 | 3008 | | |
3006 | 3009 | | |
| 3010 | + | |
| 3011 | + | |
| 3012 | + | |
3007 | 3013 | | |
3008 | 3014 | | |
3009 | 3015 | | |
| |||
3015 | 3021 | | |
3016 | 3022 | | |
3017 | 3023 | | |
3018 | | - | |
| 3024 | + | |
3019 | 3025 | | |
3020 | 3026 | | |
3021 | 3027 | | |
| |||
3032 | 3038 | | |
3033 | 3039 | | |
3034 | 3040 | | |
| 3041 | + | |
| 3042 | + | |
| 3043 | + | |
3035 | 3044 | | |
3036 | 3045 | | |
3037 | 3046 | | |
3038 | 3047 | | |
3039 | 3048 | | |
3040 | 3049 | | |
| 3050 | + | |
| 3051 | + | |
| 3052 | + | |
3041 | 3053 | | |
3042 | 3054 | | |
3043 | 3055 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5664 | 5664 | | |
5665 | 5665 | | |
5666 | 5666 | | |
| 5667 | + | |
| 5668 | + | |
| 5669 | + | |
| 5670 | + | |
| 5671 | + | |
| 5672 | + | |
| 5673 | + | |
| 5674 | + | |
| 5675 | + | |
| 5676 | + | |
| 5677 | + | |
| 5678 | + | |
| 5679 | + | |
| 5680 | + | |
| 5681 | + | |
5667 | 5682 | | |
5668 | 5683 | | |
5669 | 5684 | | |
| |||
5698 | 5713 | | |
5699 | 5714 | | |
5700 | 5715 | | |
| 5716 | + | |
| 5717 | + | |
| 5718 | + | |
| 5719 | + | |
| 5720 | + | |
| 5721 | + | |
| 5722 | + | |
| 5723 | + | |
| 5724 | + | |
| 5725 | + | |
| 5726 | + | |
| 5727 | + | |
| 5728 | + | |
| 5729 | + | |
| 5730 | + | |
5701 | 5731 | | |
5702 | 5732 | | |
5703 | 5733 | | |
| |||
61151 | 61181 | | |
61152 | 61182 | | |
61153 | 61183 | | |
| 61184 | + | |
| 61185 | + | |
| 61186 | + | |
| 61187 | + | |
61154 | 61188 | | |
61155 | 61189 | | |
61156 | 61190 | | |
61157 | 61191 | | |
61158 | 61192 | | |
| 61193 | + | |
61159 | 61194 | | |
61160 | 61195 | | |
61161 | 61196 | | |
| |||
0 commit comments