Skip to content

Commit

Permalink
Update API Client
Browse files Browse the repository at this point in the history
#### 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
authentik-automation[bot] committed Dec 18, 2024
1 parent a20963a commit 7d6101a
Show file tree
Hide file tree
Showing 21 changed files with 3,948 additions and 39 deletions.
10 changes: 10 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ docs/AppEnum.md
docs/AppleChallengeResponseRequest.md
docs/AppleLoginChallenge.md
docs/Application.md
docs/ApplicationEntitlement.md
docs/ApplicationEntitlementRequest.md
docs/ApplicationRequest.md
docs/AuthModeEnum.md
docs/AuthTypeEnum.md
Expand Down Expand Up @@ -207,6 +209,7 @@ docs/GroupRequest.md
docs/GroupSAMLSourceConnection.md
docs/GroupSAMLSourceConnectionRequest.md
docs/IdentificationChallenge.md
docs/IdentificationChallengeCaptchaStage.md
docs/IdentificationChallengeResponseRequest.md
docs/IdentificationStage.md
docs/IdentificationStageRequest.md
Expand Down Expand Up @@ -295,6 +298,7 @@ docs/OutpostHealth.md
docs/OutpostRequest.md
docs/OutpostTypeEnum.md
docs/OutpostsApi.md
docs/PaginatedApplicationEntitlementList.md
docs/PaginatedApplicationList.md
docs/PaginatedAuthenticatedSessionList.md
docs/PaginatedAuthenticatorDuoStageList.md
Expand Down Expand Up @@ -431,6 +435,7 @@ docs/PasswordPolicy.md
docs/PasswordPolicyRequest.md
docs/PasswordStage.md
docs/PasswordStageRequest.md
docs/PatchedApplicationEntitlementRequest.md
docs/PatchedApplicationRequest.md
docs/PatchedAuthenticatorDuoStageRequest.md
docs/PatchedAuthenticatorEndpointGDTCStageRequest.md
Expand Down Expand Up @@ -749,6 +754,8 @@ model_app_enum.go
model_apple_challenge_response_request.go
model_apple_login_challenge.go
model_application.go
model_application_entitlement.go
model_application_entitlement_request.go
model_application_request.go
model_auth_mode_enum.go
model_auth_type_enum.go
Expand Down Expand Up @@ -918,6 +925,7 @@ model_group_request.go
model_group_saml_source_connection.go
model_group_saml_source_connection_request.go
model_identification_challenge.go
model_identification_challenge_captcha_stage.go
model_identification_challenge_response_request.go
model_identification_stage.go
model_identification_stage_request.go
Expand Down Expand Up @@ -1003,6 +1011,7 @@ model_outpost_default_config.go
model_outpost_health.go
model_outpost_request.go
model_outpost_type_enum.go
model_paginated_application_entitlement_list.go
model_paginated_application_list.go
model_paginated_authenticated_session_list.go
model_paginated_authenticator_duo_stage_list.go
Expand Down Expand Up @@ -1139,6 +1148,7 @@ model_password_policy.go
model_password_policy_request.go
model_password_stage.go
model_password_stage_request.go
model_patched_application_entitlement_request.go
model_patched_application_request.go
model_patched_authenticator_duo_stage_request.go
model_patched_authenticator_endpoint_gdtc_stage_request.go
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ Class | Method | HTTP request | Description
*AuthenticatorsApi* | [**AuthenticatorsWebauthnRetrieve**](docs/AuthenticatorsApi.md#authenticatorswebauthnretrieve) | **Get** /authenticators/webauthn/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsWebauthnUpdate**](docs/AuthenticatorsApi.md#authenticatorswebauthnupdate) | **Put** /authenticators/webauthn/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsWebauthnUsedByList**](docs/AuthenticatorsApi.md#authenticatorswebauthnusedbylist) | **Get** /authenticators/webauthn/{id}/used_by/ |
*CoreApi* | [**CoreApplicationEntitlementsCreate**](docs/CoreApi.md#coreapplicationentitlementscreate) | **Post** /core/application_entitlements/ |
*CoreApi* | [**CoreApplicationEntitlementsDestroy**](docs/CoreApi.md#coreapplicationentitlementsdestroy) | **Delete** /core/application_entitlements/{pbm_uuid}/ |
*CoreApi* | [**CoreApplicationEntitlementsList**](docs/CoreApi.md#coreapplicationentitlementslist) | **Get** /core/application_entitlements/ |
*CoreApi* | [**CoreApplicationEntitlementsPartialUpdate**](docs/CoreApi.md#coreapplicationentitlementspartialupdate) | **Patch** /core/application_entitlements/{pbm_uuid}/ |
*CoreApi* | [**CoreApplicationEntitlementsRetrieve**](docs/CoreApi.md#coreapplicationentitlementsretrieve) | **Get** /core/application_entitlements/{pbm_uuid}/ |
*CoreApi* | [**CoreApplicationEntitlementsUpdate**](docs/CoreApi.md#coreapplicationentitlementsupdate) | **Put** /core/application_entitlements/{pbm_uuid}/ |
*CoreApi* | [**CoreApplicationEntitlementsUsedByList**](docs/CoreApi.md#coreapplicationentitlementsusedbylist) | **Get** /core/application_entitlements/{pbm_uuid}/used_by/ |
*CoreApi* | [**CoreApplicationsCheckAccessRetrieve**](docs/CoreApi.md#coreapplicationscheckaccessretrieve) | **Get** /core/applications/{slug}/check_access/ |
*CoreApi* | [**CoreApplicationsCreate**](docs/CoreApi.md#coreapplicationscreate) | **Post** /core/applications/ |
*CoreApi* | [**CoreApplicationsDestroy**](docs/CoreApi.md#coreapplicationsdestroy) | **Delete** /core/applications/{slug}/ |
Expand Down Expand Up @@ -976,6 +983,8 @@ Class | Method | HTTP request | Description
- [AppleChallengeResponseRequest](docs/AppleChallengeResponseRequest.md)
- [AppleLoginChallenge](docs/AppleLoginChallenge.md)
- [Application](docs/Application.md)
- [ApplicationEntitlement](docs/ApplicationEntitlement.md)
- [ApplicationEntitlementRequest](docs/ApplicationEntitlementRequest.md)
- [ApplicationRequest](docs/ApplicationRequest.md)
- [AuthModeEnum](docs/AuthModeEnum.md)
- [AuthTypeEnum](docs/AuthTypeEnum.md)
Expand Down Expand Up @@ -1145,6 +1154,7 @@ Class | Method | HTTP request | Description
- [GroupSAMLSourceConnection](docs/GroupSAMLSourceConnection.md)
- [GroupSAMLSourceConnectionRequest](docs/GroupSAMLSourceConnectionRequest.md)
- [IdentificationChallenge](docs/IdentificationChallenge.md)
- [IdentificationChallengeCaptchaStage](docs/IdentificationChallengeCaptchaStage.md)
- [IdentificationChallengeResponseRequest](docs/IdentificationChallengeResponseRequest.md)
- [IdentificationStage](docs/IdentificationStage.md)
- [IdentificationStageRequest](docs/IdentificationStageRequest.md)
Expand Down Expand Up @@ -1230,6 +1240,7 @@ Class | Method | HTTP request | Description
- [OutpostHealth](docs/OutpostHealth.md)
- [OutpostRequest](docs/OutpostRequest.md)
- [OutpostTypeEnum](docs/OutpostTypeEnum.md)
- [PaginatedApplicationEntitlementList](docs/PaginatedApplicationEntitlementList.md)
- [PaginatedApplicationList](docs/PaginatedApplicationList.md)
- [PaginatedAuthenticatedSessionList](docs/PaginatedAuthenticatedSessionList.md)
- [PaginatedAuthenticatorDuoStageList](docs/PaginatedAuthenticatorDuoStageList.md)
Expand Down Expand Up @@ -1366,6 +1377,7 @@ Class | Method | HTTP request | Description
- [PasswordPolicyRequest](docs/PasswordPolicyRequest.md)
- [PasswordStage](docs/PasswordStage.md)
- [PasswordStageRequest](docs/PasswordStageRequest.md)
- [PatchedApplicationEntitlementRequest](docs/PatchedApplicationEntitlementRequest.md)
- [PatchedApplicationRequest](docs/PatchedApplicationRequest.md)
- [PatchedAuthenticatorDuoStageRequest](docs/PatchedAuthenticatorDuoStageRequest.md)
- [PatchedAuthenticatorEndpointGDTCStageRequest](docs/PatchedAuthenticatorEndpointGDTCStageRequest.md)
Expand Down
Loading

0 comments on commit 7d6101a

Please sign in to comment.