Commit 55aeda8
committed
Update API Client
#### What's Changed
---
##### `GET` /sources/oauth/source_types/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
Changed items (object):
> Serializer for SourceType
New required properties:
- `oidc_jwks_url`
- `oidc_well_known_url`
* Added property `oidc_well_known_url` (string)
* Added property `oidc_jwks_url` (string)
##### `GET` /sources/oauth/{slug}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `type` (object)
> Serializer for SourceType
New required properties:
- `oidc_jwks_url`
- `oidc_well_known_url`
* Added property `oidc_well_known_url` (string)
* Added property `oidc_jwks_url` (string)
##### `PUT` /sources/oauth/{slug}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `type` (object)
> Serializer for SourceType
New required properties:
- `oidc_jwks_url`
- `oidc_well_known_url`
* Added property `oidc_well_known_url` (string)
* Added property `oidc_jwks_url` (string)
##### `PATCH` /sources/oauth/{slug}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `type` (object)
> Serializer for SourceType
New required properties:
- `oidc_jwks_url`
- `oidc_well_known_url`
* Added property `oidc_well_known_url` (string)
* Added property `oidc_jwks_url` (string)
##### `POST` /sources/oauth/
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Changed property `type` (object)
> Serializer for SourceType
New required properties:
- `oidc_jwks_url`
- `oidc_well_known_url`
* Added property `oidc_well_known_url` (string)
* Added property `oidc_jwks_url` (string)
##### `GET` /sources/oauth/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> OAuth Source Serializer
* Changed property `type` (object)
> Serializer for SourceType
New required properties:
- `oidc_jwks_url`
- `oidc_well_known_url`
* Added property `oidc_well_known_url` (string)
* Added property `oidc_jwks_url` (string)1 parent 31bea9f commit 55aeda8
File tree
3 files changed
+21
-1
lines changed- authentikClient/Classes/OpenAPIs/Models
- docs
3 files changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | | - | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| 46 | + | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
| 61 | + | |
| 62 | + | |
55 | 63 | | |
56 | 64 | | |
57 | 65 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40934 | 40934 | | |
40935 | 40935 | | |
40936 | 40936 | | |
| 40937 | + | |
| 40938 | + | |
| 40939 | + | |
| 40940 | + | |
| 40941 | + | |
| 40942 | + | |
| 40943 | + | |
| 40944 | + | |
40937 | 40945 | | |
40938 | 40946 | | |
40939 | 40947 | | |
40940 | 40948 | | |
| 40949 | + | |
| 40950 | + | |
40941 | 40951 | | |
40942 | 40952 | | |
40943 | 40953 | | |
| |||
0 commit comments