Commit db62dad
committed
-e Update API Client
#### What's Changed
---
##### `GET` /providers/scim/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `compatibility_mode` (string)
> Alter authentik behavior for vendor-specific SCIM implementations.
Added enum value:
* `sfdc`
##### `PUT` /providers/scim/{id}/
###### Request:
Changed content type : `application/json`
* Changed property `compatibility_mode` (string)
> Alter authentik behavior for vendor-specific SCIM implementations.
Added enum value:
* `sfdc`
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `compatibility_mode` (string)
> Alter authentik behavior for vendor-specific SCIM implementations.
Added enum value:
* `sfdc`
##### `PATCH` /providers/scim/{id}/
###### Request:
Changed content type : `application/json`
* Changed property `compatibility_mode` (string)
> Alter authentik behavior for vendor-specific SCIM implementations.
Added enum value:
* `sfdc`
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `compatibility_mode` (string)
> Alter authentik behavior for vendor-specific SCIM implementations.
Added enum value:
* `sfdc`
##### `POST` /providers/scim/
###### Request:
Changed content type : `application/json`
* Changed property `compatibility_mode` (string)
> Alter authentik behavior for vendor-specific SCIM implementations.
Added enum value:
* `sfdc`
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Changed property `compatibility_mode` (string)
> Alter authentik behavior for vendor-specific SCIM implementations.
Added enum value:
* `sfdc`
##### `GET` /providers/scim/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> SCIMProvider Serializer
* Changed property `compatibility_mode` (string)
> Alter authentik behavior for vendor-specific SCIM implementations.
Added enum value:
* `sfdc`
##### `PUT` /core/transactional/applications/
###### Request:
Changed content type : `application/json`
* Changed property `provider` (object)
Updated `authentik_providers_scim.scimprovider` provider_model:
* Changed property `compatibility_mode` (string)
> Alter authentik behavior for vendor-specific SCIM implementations.
Added enum value:
* `sfdc`1 parent 18043fc commit db62dad
File tree
9 files changed
+10
-6
lines changed- authentik_client
- models
- docs
9 files changed
+10
-6
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 | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| 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 | |
|---|---|---|---|
| |||
40684 | 40684 | | |
40685 | 40685 | | |
40686 | 40686 | | |
| 40687 | + | |
40687 | 40688 | | |
40688 | 40689 | | |
40689 | 40690 | | |
| |||
| 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