root: update API schema (#5310)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
4671d4afb4
commit
611fd96e3a
|
@ -26351,6 +26351,7 @@ components:
|
||||||
- authentik.tenants
|
- authentik.tenants
|
||||||
- authentik.blueprints
|
- authentik.blueprints
|
||||||
- authentik.core
|
- authentik.core
|
||||||
|
- authentik.enterprise
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
* `authentik.admin` - authentik Admin
|
* `authentik.admin` - authentik Admin
|
||||||
|
@ -26400,6 +26401,7 @@ components:
|
||||||
* `authentik.tenants` - authentik Tenants
|
* `authentik.tenants` - authentik Tenants
|
||||||
* `authentik.blueprints` - authentik Blueprints
|
* `authentik.blueprints` - authentik Blueprints
|
||||||
* `authentik.core` - authentik Core
|
* `authentik.core` - authentik Core
|
||||||
|
* `authentik.enterprise` - authentik Enterprise
|
||||||
AppleChallengeResponseRequest:
|
AppleChallengeResponseRequest:
|
||||||
type: object
|
type: object
|
||||||
description: Pseudo class for plex response
|
description: Pseudo class for plex response
|
||||||
|
@ -27708,12 +27710,14 @@ components:
|
||||||
- can_geo_ip
|
- can_geo_ip
|
||||||
- can_impersonate
|
- can_impersonate
|
||||||
- can_debug
|
- can_debug
|
||||||
|
- is_enterprise
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
* `can_save_media` - Can Save Media
|
* `can_save_media` - Can Save Media
|
||||||
* `can_geo_ip` - Can Geo Ip
|
* `can_geo_ip` - Can Geo Ip
|
||||||
* `can_impersonate` - Can Impersonate
|
* `can_impersonate` - Can Impersonate
|
||||||
* `can_debug` - Can Debug
|
* `can_debug` - Can Debug
|
||||||
|
* `is_enterprise` - Is Enterprise
|
||||||
CaptchaChallenge:
|
CaptchaChallenge:
|
||||||
type: object
|
type: object
|
||||||
description: Site public key
|
description: Site public key
|
||||||
|
@ -29114,6 +29118,7 @@ components:
|
||||||
* `authentik.tenants` - authentik Tenants
|
* `authentik.tenants` - authentik Tenants
|
||||||
* `authentik.blueprints` - authentik Blueprints
|
* `authentik.blueprints` - authentik Blueprints
|
||||||
* `authentik.core` - authentik Core
|
* `authentik.core` - authentik Core
|
||||||
|
* `authentik.enterprise` - authentik Enterprise
|
||||||
required:
|
required:
|
||||||
- bound_to
|
- bound_to
|
||||||
- component
|
- component
|
||||||
|
@ -29223,6 +29228,7 @@ components:
|
||||||
* `authentik.tenants` - authentik Tenants
|
* `authentik.tenants` - authentik Tenants
|
||||||
* `authentik.blueprints` - authentik Blueprints
|
* `authentik.blueprints` - authentik Blueprints
|
||||||
* `authentik.core` - authentik Core
|
* `authentik.core` - authentik Core
|
||||||
|
* `authentik.enterprise` - authentik Enterprise
|
||||||
required:
|
required:
|
||||||
- name
|
- name
|
||||||
EventRequest:
|
EventRequest:
|
||||||
|
@ -35908,6 +35914,7 @@ components:
|
||||||
* `authentik.tenants` - authentik Tenants
|
* `authentik.tenants` - authentik Tenants
|
||||||
* `authentik.blueprints` - authentik Blueprints
|
* `authentik.blueprints` - authentik Blueprints
|
||||||
* `authentik.core` - authentik Core
|
* `authentik.core` - authentik Core
|
||||||
|
* `authentik.enterprise` - authentik Enterprise
|
||||||
PatchedEventRequest:
|
PatchedEventRequest:
|
||||||
type: object
|
type: object
|
||||||
description: Event Serializer
|
description: Event Serializer
|
||||||
|
|
Reference in New Issue