Commit 607a60e
committed
Update API Client
#### What's Changed
---
##### `GET` /authenticators/admin/static/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `token_set` (array)
Changed items (object):
> Serializer for static device's tokens
* Changed property `token` (string)
##### `PUT` /authenticators/admin/static/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `token_set` (array)
Changed items (object):
> Serializer for static device's tokens
* Changed property `token` (string)
##### `PATCH` /authenticators/admin/static/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `token_set` (array)
Changed items (object):
> Serializer for static device's tokens
* Changed property `token` (string)
##### `GET` /authenticators/static/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `token_set` (array)
Changed items (object):
> Serializer for static device's tokens
* Changed property `token` (string)
##### `PUT` /authenticators/static/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `token_set` (array)
Changed items (object):
> Serializer for static device's tokens
* Changed property `token` (string)
##### `PATCH` /authenticators/static/{id}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `token_set` (array)
Changed items (object):
> Serializer for static device's tokens
* Changed property `token` (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)
##### `POST` /authenticators/admin/static/
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Changed property `token_set` (array)
Changed items (object):
> Serializer for static device's tokens
* Changed property `token` (string)
##### `GET` /authenticators/admin/static/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> Serializer for static authenticator devices
* Changed property `token_set` (array)
Changed items (object):
> Serializer for static device's tokens
* Changed property `token` (string)
##### `GET` /authenticators/static/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> Serializer for static authenticator devices
* Changed property `token_set` (array)
Changed items (object):
> Serializer for static device's tokens
* Changed property `token` (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)
##### `GET` /stages/authenticator/static/{stage_uuid}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `token_length` (integer)
##### `PUT` /stages/authenticator/static/{stage_uuid}/
###### Request:
Changed content type : `application/json`
* Changed property `token_length` (integer)
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `token_length` (integer)
##### `PATCH` /stages/authenticator/static/{stage_uuid}/
###### Request:
Changed content type : `application/json`
* Changed property `token_length` (integer)
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `token_length` (integer)
##### `POST` /stages/authenticator/static/
###### Request:
Changed content type : `application/json`
* Changed property `token_length` (integer)
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Changed property `token_length` (integer)
##### `GET` /stages/authenticator/static/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> AuthenticatorStaticStage Serializer
* Changed property `token_length` (integer)1 parent 83cf190 commit 607a60e
File tree
5 files changed
+8
-8
lines changed- Sources/authentikClient/Models
5 files changed
+8
-8
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34095 | 34095 | | |
34096 | 34096 | | |
34097 | 34097 | | |
34098 | | - | |
| 34098 | + | |
34099 | 34099 | | |
34100 | 34100 | | |
34101 | 34101 | | |
| |||
34126 | 34126 | | |
34127 | 34127 | | |
34128 | 34128 | | |
34129 | | - | |
| 34129 | + | |
34130 | 34130 | | |
34131 | 34131 | | |
34132 | 34132 | | |
| |||
45848 | 45848 | | |
45849 | 45849 | | |
45850 | 45850 | | |
45851 | | - | |
| 45851 | + | |
45852 | 45852 | | |
45853 | 45853 | | |
45854 | 45854 | | |
| |||
53840 | 53840 | | |
53841 | 53841 | | |
53842 | 53842 | | |
53843 | | - | |
| 53843 | + | |
53844 | 53844 | | |
53845 | 53845 | | |
53846 | 53846 | | |
| |||
0 commit comments