Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### What's New --- ##### `GET` /core/application_entitlements/ ##### `POST` /core/application_entitlements/ ##### `GET` /core/application_entitlements/{pbm_uuid}/ ##### `PUT` /core/application_entitlements/{pbm_uuid}/ ##### `DELETE` /core/application_entitlements/{pbm_uuid}/ ##### `PATCH` /core/application_entitlements/{pbm_uuid}/ ##### `GET` /core/application_entitlements/{pbm_uuid}/used_by/ #### What's Changed --- ##### `GET` /policies/event_matcher/{policy_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum value: * `authentik_core.applicationentitlement` ##### `PUT` /policies/event_matcher/{policy_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum value: * `authentik_core.applicationentitlement` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum value: * `authentik_core.applicationentitlement` ##### `PATCH` /policies/event_matcher/{policy_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum value: * `authentik_core.applicationentitlement` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum value: * `authentik_core.applicationentitlement` ##### `POST` /policies/event_matcher/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum value: * `authentik_core.applicationentitlement` ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum value: * `authentik_core.applicationentitlement` ##### `GET` /policies/event_matcher/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Event Matcher Policy Serializer * Changed property `model` (string) > Match events created by selected model. When left empty, all models are matched. When an app is selected, all the application's models are matched. Added enum value: * `authentik_core.applicationentitlement` ##### `POST` /rbac/permissions/assigned_by_roles/{uuid}/assign/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) Added enum value: * `authentik_core.applicationentitlement` ##### `PATCH` /rbac/permissions/assigned_by_roles/{uuid}/unassign/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) Added enum value: * `authentik_core.applicationentitlement` ##### `POST` /rbac/permissions/assigned_by_users/{id}/assign/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) Added enum value: * `authentik_core.applicationentitlement` ##### `PATCH` /rbac/permissions/assigned_by_users/{id}/unassign/ ###### Request: Changed content type : `application/json` * Changed property `model` (string) Added enum value: * `authentik_core.applicationentitlement` ##### `GET` /rbac/permissions/assigned_by_roles/ ###### Parameters: Changed: `model` in `query` ##### `GET` /rbac/permissions/assigned_by_users/ ###### Parameters: Changed: `model` in `query` ##### `GET` /flows/executor/{flow_slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` Updated `ak-stage-identification` component: * Changed property `captcha_stage` (object -> object) > Site public key ##### `POST` /flows/executor/{flow_slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` Updated `ak-stage-identification` component: * Changed property `captcha_stage` (object -> object) > Site public key
- Loading branch information