From 611fd96e3a749fe15b0f09641815cabc09c1a578 Mon Sep 17 00:00:00 2001 From: Jens L Date: Wed, 19 Apr 2023 16:22:43 +0200 Subject: [PATCH] root: update API schema (#5310) Signed-off-by: Jens Langhammer --- schema.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/schema.yml b/schema.yml index d64985069..fdc7e7fa2 100644 --- a/schema.yml +++ b/schema.yml @@ -26351,6 +26351,7 @@ components: - authentik.tenants - authentik.blueprints - authentik.core + - authentik.enterprise type: string description: |- * `authentik.admin` - authentik Admin @@ -26400,6 +26401,7 @@ components: * `authentik.tenants` - authentik Tenants * `authentik.blueprints` - authentik Blueprints * `authentik.core` - authentik Core + * `authentik.enterprise` - authentik Enterprise AppleChallengeResponseRequest: type: object description: Pseudo class for plex response @@ -27708,12 +27710,14 @@ components: - can_geo_ip - can_impersonate - can_debug + - is_enterprise type: string description: |- * `can_save_media` - Can Save Media * `can_geo_ip` - Can Geo Ip * `can_impersonate` - Can Impersonate * `can_debug` - Can Debug + * `is_enterprise` - Is Enterprise CaptchaChallenge: type: object description: Site public key @@ -29114,6 +29118,7 @@ components: * `authentik.tenants` - authentik Tenants * `authentik.blueprints` - authentik Blueprints * `authentik.core` - authentik Core + * `authentik.enterprise` - authentik Enterprise required: - bound_to - component @@ -29223,6 +29228,7 @@ components: * `authentik.tenants` - authentik Tenants * `authentik.blueprints` - authentik Blueprints * `authentik.core` - authentik Core + * `authentik.enterprise` - authentik Enterprise required: - name EventRequest: @@ -35908,6 +35914,7 @@ components: * `authentik.tenants` - authentik Tenants * `authentik.blueprints` - authentik Blueprints * `authentik.core` - authentik Core + * `authentik.enterprise` - authentik Enterprise PatchedEventRequest: type: object description: Event Serializer