Skip to content

Commit 93c0ab5

Browse files
Update API Client
#### What's Changed --- ##### `GET` /core/tenants/{tenant_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `attributes` (object -> object) ##### `PUT` /core/tenants/{tenant_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `attributes` (object -> object) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `attributes` (object -> object) ##### `PATCH` /core/tenants/{tenant_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `attributes` (object -> object) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `attributes` (object -> object) ##### `GET` /managed/blueprints/{instance_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `context` (object -> object) * Changed property `metadata` (object -> object) ##### `PUT` /managed/blueprints/{instance_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `context` (object -> object) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `context` (object -> object) * Changed property `metadata` (object -> object) ##### `PATCH` /managed/blueprints/{instance_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `context` (object -> object) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `context` (object -> object) * Changed property `metadata` (object -> object) ##### `POST` /managed/blueprints/{instance_uuid}/apply/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `context` (object -> object) * Changed property `metadata` (object -> object) ##### `GET` /outposts/service_connections/kubernetes/{uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `kubeconfig` (object -> object) > Paste your kubeconfig here. authentik will automatically use the currently selected context. ##### `PUT` /outposts/service_connections/kubernetes/{uuid}/ ###### Request: Changed content type : `application/json` * Changed property `kubeconfig` (object -> object) > Paste your kubeconfig here. authentik will automatically use the currently selected context. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `kubeconfig` (object -> object) > Paste your kubeconfig here. authentik will automatically use the currently selected context. ##### `PATCH` /outposts/service_connections/kubernetes/{uuid}/ ###### Request: Changed content type : `application/json` * Changed property `kubeconfig` (object -> object) > Paste your kubeconfig here. authentik will automatically use the currently selected context. ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `kubeconfig` (object -> object) > Paste your kubeconfig here. authentik will automatically use the currently selected context. ##### `GET` /policies/reputation/scores/{reputation_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `ip_geo_data` (object -> object) ##### `GET` /schema/ ###### Parameters: Changed: `lang` in `query` ##### `POST` /core/tenants/ ###### Request: Changed content type : `application/json` * Changed property `attributes` (object -> object) ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `attributes` (object -> object) ##### `GET` /core/tenants/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Tenant Serializer * Changed property `attributes` (object -> object) ##### `GET` /events/events/{event_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `user` (object -> object) * Changed property `context` (object -> object) * Changed property `tenant` (object -> object) ##### `PUT` /events/events/{event_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `user` (object -> object) * Changed property `context` (object -> object) * Changed property `tenant` (object -> object) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `user` (object -> object) * Changed property `context` (object -> object) * Changed property `tenant` (object -> object) ##### `PATCH` /events/events/{event_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `user` (object -> object) * Changed property `context` (object -> object) * Changed property `tenant` (object -> object) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `user` (object -> object) * Changed property `context` (object -> object) * Changed property `tenant` (object -> object) ##### `GET` /flows/instances/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /flows/instances/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /flows/instances/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `POST` /managed/blueprints/ ###### Request: Changed content type : `application/json` * Changed property `context` (object -> object) ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `context` (object -> object) * Changed property `metadata` (object -> object) ##### `GET` /managed/blueprints/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Info about a single blueprint instance file * Changed property `context` (object -> object) * Changed property `metadata` (object -> object) ##### `POST` /outposts/service_connections/kubernetes/ ###### Request: Changed content type : `application/json` * Changed property `kubeconfig` (object -> object) > Paste your kubeconfig here. authentik will automatically use the currently selected context. ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `kubeconfig` (object -> object) > Paste your kubeconfig here. authentik will automatically use the currently selected context. ##### `GET` /outposts/service_connections/kubernetes/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > KubernetesServiceConnection Serializer * Changed property `kubeconfig` (object -> object) > Paste your kubeconfig here. authentik will automatically use the currently selected context. ##### `GET` /policies/reputation/scores/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Reputation Serializer * Changed property `ip_geo_data` (object -> object) ##### `GET` /sources/oauth/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `oidc_jwks` (object -> object) ##### `PUT` /sources/oauth/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `oidc_jwks` (object -> object) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `oidc_jwks` (object -> object) ##### `PATCH` /sources/oauth/{slug}/ ###### Request: Changed content type : `application/json` * Changed property `oidc_jwks` (object -> object) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `oidc_jwks` (object -> object) ##### `GET` /stages/invitation/invitations/{invite_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_obj` (object) > Flow Serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/invitation/invitations/{invite_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_obj` (object) > Flow Serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/invitation/invitations/{invite_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_obj` (object) > Flow Serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `POST` /events/events/ ###### Request: Changed content type : `application/json` * Changed property `user` (object -> object) * Changed property `context` (object -> object) * Changed property `tenant` (object -> object) ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `user` (object -> object) * Changed property `context` (object -> object) * Changed property `tenant` (object -> object) ##### `GET` /events/events/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Event Serializer * Changed property `user` (object -> object) * Changed property `context` (object -> object) * Changed property `tenant` (object -> object) ##### `GET` /events/notifications/{uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `event` (object) > Event Serializer * Changed property `user` (object -> object) * Changed property `context` (object -> object) * Changed property `tenant` (object -> object) ##### `PUT` /events/notifications/{uuid}/ ###### Request: Changed content type : `application/json` * Changed property `event` (object) > Event Serializer * Changed property `user` (object -> object) * Changed property `context` (object -> object) * Changed property `tenant` (object -> object) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `event` (object) > Event Serializer * Changed property `user` (object -> object) * Changed property `context` (object -> object) * Changed property `tenant` (object -> object) ##### `PATCH` /events/notifications/{uuid}/ ###### Request: Changed content type : `application/json` * Changed property `event` (object) > Event Serializer * Changed property `user` (object -> object) * Changed property `context` (object -> object) * Changed property `tenant` (object -> object) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `event` (object) > Event Serializer * Changed property `user` (object -> object) * Changed property `context` (object -> object) * Changed property `tenant` (object -> object) ##### `GET` /flows/bindings/{fsb_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `stage_obj` (object) > Stage Serializer * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /flows/bindings/{fsb_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `stage_obj` (object) > Stage Serializer * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /flows/bindings/{fsb_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `stage_obj` (object) > Stage Serializer * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `POST` /flows/instances/ ###### Request: Changed content type : `application/json` * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /flows/instances/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Flow Serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `POST` /sources/oauth/ ###### Request: Changed content type : `application/json` * Changed property `oidc_jwks` (object -> object) ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `oidc_jwks` (object -> object) ##### `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 `oidc_jwks` (object -> object) ##### `GET` /stages/all/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/authenticator/duo/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/authenticator/duo/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/authenticator/duo/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/authenticator/sms/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/authenticator/sms/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/authenticator/sms/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/authenticator/static/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/authenticator/static/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/authenticator/static/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/authenticator/totp/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/authenticator/totp/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/authenticator/totp/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/authenticator/validate/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/authenticator/validate/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/authenticator/validate/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/authenticator/webauthn/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/authenticator/webauthn/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/authenticator/webauthn/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/captcha/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/captcha/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/captcha/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/consent/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/consent/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/consent/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/deny/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/deny/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/deny/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/dummy/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/dummy/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/dummy/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/email/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/email/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/email/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/identification/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/identification/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/identification/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `POST` /stages/invitation/invitations/ ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `flow_obj` (object) > Flow Serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/invitation/invitations/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Invitation Serializer * Changed property `flow_obj` (object) > Flow Serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/invitation/stages/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/invitation/stages/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/invitation/stages/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/password/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/password/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/password/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/prompt/stages/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/prompt/stages/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/prompt/stages/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/user_delete/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/user_delete/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/user_delete/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/user_login/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/user_login/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/user_login/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/user_logout/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/user_logout/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/user_logout/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `GET` /stages/user_write/{stage_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PUT` /stages/user_write/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ##### `PATCH` /stages/user_write/{stage_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow serializer * Changed property `layout` (string) > * `stacked` - Stacked > * `content_left` - Content Left > * `content_right` - Content Right > * `sidebar_left` - Sidebar Left > * `sidebar_right` - Sidebar Right ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `flow_set` (array) Changed items (object): > Stripped down flow …
1 parent 5ff290e commit 93c0ab5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+257
-233
lines changed

.openapi-generator/FILES

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ authentikClient/Classes/OpenAPIs/Models/ConsentStage.swift
101101
authentikClient/Classes/OpenAPIs/Models/ConsentStageModeEnum.swift
102102
authentikClient/Classes/OpenAPIs/Models/ConsentStageRequest.swift
103103
authentikClient/Classes/OpenAPIs/Models/ContextualFlowInfo.swift
104+
authentikClient/Classes/OpenAPIs/Models/ContextualFlowInfoLayoutEnum.swift
104105
authentikClient/Classes/OpenAPIs/Models/Coordinate.swift
105106
authentikClient/Classes/OpenAPIs/Models/CurrentTenant.swift
106107
authentikClient/Classes/OpenAPIs/Models/DeniedActionEnum.swift
@@ -150,6 +151,7 @@ authentikClient/Classes/OpenAPIs/Models/FlowErrorChallenge.swift
150151
authentikClient/Classes/OpenAPIs/Models/FlowImportResult.swift
151152
authentikClient/Classes/OpenAPIs/Models/FlowInspection.swift
152153
authentikClient/Classes/OpenAPIs/Models/FlowInspectorPlan.swift
154+
authentikClient/Classes/OpenAPIs/Models/FlowLayoutEnum.swift
153155
authentikClient/Classes/OpenAPIs/Models/FlowRequest.swift
154156
authentikClient/Classes/OpenAPIs/Models/FlowSet.swift
155157
authentikClient/Classes/OpenAPIs/Models/FlowSetRequest.swift
@@ -185,7 +187,6 @@ authentikClient/Classes/OpenAPIs/Models/LDAPProviderRequest.swift
185187
authentikClient/Classes/OpenAPIs/Models/LDAPSource.swift
186188
authentikClient/Classes/OpenAPIs/Models/LDAPSourceRequest.swift
187189
authentikClient/Classes/OpenAPIs/Models/LDAPSyncStatus.swift
188-
authentikClient/Classes/OpenAPIs/Models/LayoutEnum.swift
189190
authentikClient/Classes/OpenAPIs/Models/License.swift
190191
authentikClient/Classes/OpenAPIs/Models/LicenseForecast.swift
191192
authentikClient/Classes/OpenAPIs/Models/LicenseRequest.swift
@@ -610,6 +611,7 @@ docs/ConsentStage.md
610611
docs/ConsentStageModeEnum.md
611612
docs/ConsentStageRequest.md
612613
docs/ContextualFlowInfo.md
614+
docs/ContextualFlowInfoLayoutEnum.md
613615
docs/Coordinate.md
614616
docs/CoreAPI.md
615617
docs/CryptoAPI.md
@@ -663,6 +665,7 @@ docs/FlowErrorChallenge.md
663665
docs/FlowImportResult.md
664666
docs/FlowInspection.md
665667
docs/FlowInspectorPlan.md
668+
docs/FlowLayoutEnum.md
666669
docs/FlowRequest.md
667670
docs/FlowSet.md
668671
docs/FlowSetRequest.md
@@ -699,7 +702,6 @@ docs/LDAPProviderRequest.md
699702
docs/LDAPSource.md
700703
docs/LDAPSourceRequest.md
701704
docs/LDAPSyncStatus.md
702-
docs/LayoutEnum.md
703705
docs/License.md
704706
docs/LicenseForecast.md
705707
docs/LicenseRequest.md

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,7 @@ Class | Method | HTTP request | Description
766766
- [ConsentStageModeEnum](docs/ConsentStageModeEnum.md)
767767
- [ConsentStageRequest](docs/ConsentStageRequest.md)
768768
- [ContextualFlowInfo](docs/ContextualFlowInfo.md)
769+
- [ContextualFlowInfoLayoutEnum](docs/ContextualFlowInfoLayoutEnum.md)
769770
- [Coordinate](docs/Coordinate.md)
770771
- [CurrentTenant](docs/CurrentTenant.md)
771772
- [DeniedActionEnum](docs/DeniedActionEnum.md)
@@ -815,6 +816,7 @@ Class | Method | HTTP request | Description
815816
- [FlowImportResult](docs/FlowImportResult.md)
816817
- [FlowInspection](docs/FlowInspection.md)
817818
- [FlowInspectorPlan](docs/FlowInspectorPlan.md)
819+
- [FlowLayoutEnum](docs/FlowLayoutEnum.md)
818820
- [FlowRequest](docs/FlowRequest.md)
819821
- [FlowSet](docs/FlowSet.md)
820822
- [FlowSetRequest](docs/FlowSetRequest.md)
@@ -850,7 +852,6 @@ Class | Method | HTTP request | Description
850852
- [LDAPSource](docs/LDAPSource.md)
851853
- [LDAPSourceRequest](docs/LDAPSourceRequest.md)
852854
- [LDAPSyncStatus](docs/LDAPSyncStatus.md)
853-
- [LayoutEnum](docs/LayoutEnum.md)
854855
- [License](docs/License.md)
855856
- [LicenseForecast](docs/LicenseForecast.md)
856857
- [LicenseRequest](docs/LicenseRequest.md)

authentikClient/Classes/OpenAPIs/APIs/SchemaAPI.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ open class SchemaAPI {
116116
case tr = "tr"
117117
case tt = "tt"
118118
case udm = "udm"
119+
case ug = "ug"
119120
case uk = "uk"
120121
case ur = "ur"
121122
case uz = "uz"

authentikClient/Classes/OpenAPIs/Models/BlueprintInstance.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ public struct BlueprintInstance: Codable, JSONEncodable, Hashable {
1616
public var pk: UUID
1717
public var name: String
1818
public var path: String? = ""
19-
public var context: [String: AnyCodable]?
19+
public var context: AnyCodable?
2020
public var lastApplied: Date
2121
public var lastAppliedHash: String
2222
public var status: BlueprintInstanceStatusEnum
2323
public var enabled: Bool?
2424
public var managedModels: [String]
25-
public var metadata: [String: AnyCodable]
25+
public var metadata: AnyCodable?
2626
public var content: String?
2727

28-
public init(pk: UUID, name: String, path: String? = "", context: [String: AnyCodable]? = nil, lastApplied: Date, lastAppliedHash: String, status: BlueprintInstanceStatusEnum, enabled: Bool? = nil, managedModels: [String], metadata: [String: AnyCodable], content: String? = nil) {
28+
public init(pk: UUID, name: String, path: String? = "", context: AnyCodable? = nil, lastApplied: Date, lastAppliedHash: String, status: BlueprintInstanceStatusEnum, enabled: Bool? = nil, managedModels: [String], metadata: AnyCodable?, content: String? = nil) {
2929
self.pk = pk
3030
self.name = name
3131
self.path = path

authentikClient/Classes/OpenAPIs/Models/BlueprintInstanceRequest.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ public struct BlueprintInstanceRequest: Codable, JSONEncodable, Hashable {
1515

1616
public var name: String
1717
public var path: String? = ""
18-
public var context: [String: AnyCodable]?
18+
public var context: AnyCodable?
1919
public var enabled: Bool?
2020
public var content: String?
2121

22-
public init(name: String, path: String? = "", context: [String: AnyCodable]? = nil, enabled: Bool? = nil, content: String? = nil) {
22+
public init(name: String, path: String? = "", context: AnyCodable? = nil, enabled: Bool? = nil, content: String? = nil) {
2323
self.name = name
2424
self.path = path
2525
self.context = context

authentikClient/Classes/OpenAPIs/Models/ContextualFlowInfo.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ public struct ContextualFlowInfo: Codable, JSONEncodable, Hashable {
1616
public var title: String?
1717
public var background: String?
1818
public var cancelUrl: String
19-
public var layout: LayoutEnum
19+
public var layout: ContextualFlowInfoLayoutEnum
2020

21-
public init(title: String? = nil, background: String? = nil, cancelUrl: String, layout: LayoutEnum) {
21+
public init(title: String? = nil, background: String? = nil, cancelUrl: String, layout: ContextualFlowInfoLayoutEnum) {
2222
self.title = title
2323
self.background = background
2424
self.cancelUrl = cancelUrl
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
//
2+
// ContextualFlowInfoLayoutEnum.swift
3+
//
4+
// Generated by openapi-generator
5+
// https://openapi-generator.tech
6+
//
7+
8+
import Foundation
9+
#if canImport(AnyCodable)
10+
import AnyCodable
11+
#endif
12+
13+
/** * `stacked` - STACKED * `content_left` - CONTENT_LEFT * `content_right` - CONTENT_RIGHT * `sidebar_left` - SIDEBAR_LEFT * `sidebar_right` - SIDEBAR_RIGHT */
14+
public enum ContextualFlowInfoLayoutEnum: String, Codable, CaseIterable, CaseIterableDefaultsLast {
15+
case stacked = "stacked"
16+
case contentLeft = "content_left"
17+
case contentRight = "content_right"
18+
case sidebarLeft = "sidebar_left"
19+
case sidebarRight = "sidebar_right"
20+
case unknownDefaultOpenApi = "unknown_default_open_api"
21+
}

authentikClient/Classes/OpenAPIs/Models/Event.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ import AnyCodable
1414
public struct Event: Codable, JSONEncodable, Hashable {
1515

1616
public var pk: UUID
17-
public var user: [String: AnyCodable]?
17+
public var user: AnyCodable?
1818
public var action: EventActions
1919
public var app: String
20-
public var context: [String: AnyCodable]?
20+
public var context: AnyCodable?
2121
public var clientIp: String?
2222
public var created: Date
2323
public var expires: Date?
24-
public var tenant: [String: AnyCodable]?
24+
public var tenant: AnyCodable?
2525

26-
public init(pk: UUID, user: [String: AnyCodable]? = nil, action: EventActions, app: String, context: [String: AnyCodable]? = nil, clientIp: String? = nil, created: Date, expires: Date? = nil, tenant: [String: AnyCodable]? = nil) {
26+
public init(pk: UUID, user: AnyCodable? = nil, action: EventActions, app: String, context: AnyCodable? = nil, clientIp: String? = nil, created: Date, expires: Date? = nil, tenant: AnyCodable? = nil) {
2727
self.pk = pk
2828
self.user = user
2929
self.action = action

authentikClient/Classes/OpenAPIs/Models/EventRequest.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ import AnyCodable
1313
/** Event Serializer */
1414
public struct EventRequest: Codable, JSONEncodable, Hashable {
1515

16-
public var user: [String: AnyCodable]?
16+
public var user: AnyCodable?
1717
public var action: EventActions
1818
public var app: String
19-
public var context: [String: AnyCodable]?
19+
public var context: AnyCodable?
2020
public var clientIp: String?
2121
public var expires: Date?
22-
public var tenant: [String: AnyCodable]?
22+
public var tenant: AnyCodable?
2323

24-
public init(user: [String: AnyCodable]? = nil, action: EventActions, app: String, context: [String: AnyCodable]? = nil, clientIp: String? = nil, expires: Date? = nil, tenant: [String: AnyCodable]? = nil) {
24+
public init(user: AnyCodable? = nil, action: EventActions, app: String, context: AnyCodable? = nil, clientIp: String? = nil, expires: Date? = nil, tenant: AnyCodable? = nil) {
2525
self.user = user
2626
self.action = action
2727
self.app = app

authentikClient/Classes/OpenAPIs/Models/Flow.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ public struct Flow: Codable, JSONEncodable, Hashable {
3333
public var compatibilityMode: Bool?
3434
/** Get export URL for flow */
3535
public var exportUrl: String
36-
public var layout: LayoutEnum?
36+
public var layout: FlowLayoutEnum?
3737
/** Configure what should happen when a flow denies access to a user. * `message_continue` - Message Continue * `message` - Message * `continue` - Continue */
3838
public var deniedAction: DeniedActionEnum?
3939
/** Required level of authentication and authorization to access a flow. * `none` - None * `require_authenticated` - Require Authenticated * `require_unauthenticated` - Require Unauthenticated * `require_superuser` - Require Superuser */
4040
public var authentication: AuthenticationEnum?
4141

42-
public init(pk: UUID, policybindingmodelPtrId: UUID, name: String, slug: String, title: String, designation: FlowDesignationEnum, background: String, stages: [UUID], policies: [UUID], cacheCount: Int, policyEngineMode: PolicyEngineMode? = nil, compatibilityMode: Bool? = nil, exportUrl: String, layout: LayoutEnum? = nil, deniedAction: DeniedActionEnum? = nil, authentication: AuthenticationEnum? = nil) {
42+
public init(pk: UUID, policybindingmodelPtrId: UUID, name: String, slug: String, title: String, designation: FlowDesignationEnum, background: String, stages: [UUID], policies: [UUID], cacheCount: Int, policyEngineMode: PolicyEngineMode? = nil, compatibilityMode: Bool? = nil, exportUrl: String, layout: FlowLayoutEnum? = nil, deniedAction: DeniedActionEnum? = nil, authentication: AuthenticationEnum? = nil) {
4343
self.pk = pk
4444
self.policybindingmodelPtrId = policybindingmodelPtrId
4545
self.name = name

0 commit comments

Comments
 (0)