Skip to content

Commit

Permalink
Update API Client
Browse files Browse the repository at this point in the history
#### What's New
---

##### `GET` /authenticators/admin/email/

##### `POST` /authenticators/admin/email/

##### `GET` /authenticators/admin/email/{id}/

##### `PUT` /authenticators/admin/email/{id}/

##### `DELETE` /authenticators/admin/email/{id}/

##### `PATCH` /authenticators/admin/email/{id}/

##### `GET` /authenticators/email/

##### `GET` /authenticators/email/{id}/

##### `PUT` /authenticators/email/{id}/

##### `DELETE` /authenticators/email/{id}/

##### `PATCH` /authenticators/email/{id}/

##### `GET` /authenticators/email/{id}/used_by/

##### `GET` /stages/authenticator/email/

##### `POST` /stages/authenticator/email/

##### `GET` /stages/authenticator/email/{stage_uuid}/

##### `PUT` /stages/authenticator/email/{stage_uuid}/

##### `DELETE` /stages/authenticator/email/{stage_uuid}/

##### `PATCH` /stages/authenticator/email/{stage_uuid}/

##### `GET` /stages/authenticator/email/{stage_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 `app` (string)
        > Match events created by selected application. When left empty, all applications are matched.

        Added enum value:

        * `authentik.stages.authenticator_email`
    * 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 values:

        * `authentik_stages_authenticator_email.authenticatoremailstage`
        * `authentik_stages_authenticator_email.emaildevice`
##### `PUT` /policies/event_matcher/{policy_uuid}/

###### Request:

Changed content type : `application/json`

* Changed property `app` (string)
    > Match events created by selected application. When left empty, all applications are matched.

    Added enum value:

    * `authentik.stages.authenticator_email`
* 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 values:

    * `authentik_stages_authenticator_email.authenticatoremailstage`
    * `authentik_stages_authenticator_email.emaildevice`
###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `app` (string)
        > Match events created by selected application. When left empty, all applications are matched.

        Added enum value:

        * `authentik.stages.authenticator_email`
    * 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 values:

        * `authentik_stages_authenticator_email.authenticatoremailstage`
        * `authentik_stages_authenticator_email.emaildevice`
##### `PATCH` /policies/event_matcher/{policy_uuid}/

###### Request:

Changed content type : `application/json`

* Changed property `app` (string)
    > Match events created by selected application. When left empty, all applications are matched.

    Added enum value:

    * `authentik.stages.authenticator_email`
* 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 values:

    * `authentik_stages_authenticator_email.authenticatoremailstage`
    * `authentik_stages_authenticator_email.emaildevice`
###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `app` (string)
        > Match events created by selected application. When left empty, all applications are matched.

        Added enum value:

        * `authentik.stages.authenticator_email`
    * 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 values:

        * `authentik_stages_authenticator_email.authenticatoremailstage`
        * `authentik_stages_authenticator_email.emaildevice`
##### `POST` /policies/event_matcher/

###### Request:

Changed content type : `application/json`

* Changed property `app` (string)
    > Match events created by selected application. When left empty, all applications are matched.

    Added enum value:

    * `authentik.stages.authenticator_email`
* 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 values:

    * `authentik_stages_authenticator_email.authenticatoremailstage`
    * `authentik_stages_authenticator_email.emaildevice`
###### Return Type:

Changed response : **201 Created**

* Changed content type : `application/json`

    * Changed property `app` (string)
        > Match events created by selected application. When left empty, all applications are matched.

        Added enum value:

        * `authentik.stages.authenticator_email`
    * 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 values:

        * `authentik_stages_authenticator_email.authenticatoremailstage`
        * `authentik_stages_authenticator_email.emaildevice`
##### `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 `app` (string)
            > Match events created by selected application. When left empty, all applications are matched.

            Added enum value:

            * `authentik.stages.authenticator_email`
        * 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 values:

            * `authentik_stages_authenticator_email.authenticatoremailstage`
            * `authentik_stages_authenticator_email.emaildevice`
##### `POST` /rbac/permissions/assigned_by_roles/{uuid}/assign/

###### Request:

Changed content type : `application/json`

* Changed property `model` (string)

    Added enum values:

    * `authentik_stages_authenticator_email.authenticatoremailstage`
    * `authentik_stages_authenticator_email.emaildevice`
##### `PATCH` /rbac/permissions/assigned_by_roles/{uuid}/unassign/

###### Request:

Changed content type : `application/json`

* Changed property `model` (string)

    Added enum values:

    * `authentik_stages_authenticator_email.authenticatoremailstage`
    * `authentik_stages_authenticator_email.emaildevice`
##### `POST` /rbac/permissions/assigned_by_users/{id}/assign/

###### Request:

Changed content type : `application/json`

* Changed property `model` (string)

    Added enum values:

    * `authentik_stages_authenticator_email.authenticatoremailstage`
    * `authentik_stages_authenticator_email.emaildevice`
##### `PATCH` /rbac/permissions/assigned_by_users/{id}/unassign/

###### Request:

Changed content type : `application/json`

* Changed property `model` (string)

    Added enum values:

    * `authentik_stages_authenticator_email.authenticatoremailstage`
    * `authentik_stages_authenticator_email.emaildevice`
##### `GET` /rbac/permissions/assigned_by_roles/

###### Parameters:

Changed: `model` in `query`

##### `GET` /rbac/permissions/assigned_by_users/

###### Parameters:

Changed: `model` in `query`

##### `GET` /stages/authenticator/validate/{stage_uuid}/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `device_classes` (array)
        > Device classes which can be used to authenticate

        Changed items (string):

        Added enum value:

        * `email`
##### `PUT` /stages/authenticator/validate/{stage_uuid}/

###### Request:

Changed content type : `application/json`

* Changed property `device_classes` (array)
    > Device classes which can be used to authenticate

    Changed items (string):

    Added enum value:

    * `email`
###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `device_classes` (array)
        > Device classes which can be used to authenticate

        Changed items (string):

        Added enum value:

        * `email`
##### `PATCH` /stages/authenticator/validate/{stage_uuid}/

###### Request:

Changed content type : `application/json`

* Changed property `device_classes` (array)
    > Device classes which can be used to authenticate

    Changed items (string):

    Added enum value:

    * `email`
###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `device_classes` (array)
        > Device classes which can be used to authenticate

        Changed items (string):

        Added enum value:

        * `email`
##### `GET` /flows/executor/{flow_slug}/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    Added 'ak-stage-authenticator-email' component:
    * Property `flow_info` (object)
        > Contextual flow information for a challenge

        * Property `title` (string)

        * Property `background` (string)

        * Property `cancel_url` (string)

        * Property `layout` (string)

            Enum values:

            * `stacked`
            * `content_left`
            * `content_right`
            * `sidebar_left`
            * `sidebar_right`
    * Property `component` (string)

    * Property `response_errors` (object)

    * Property `pending_user` (string)

    * Property `pending_user_avatar` (string)

    * Property `email` (string)

    * Property `email_required` (boolean)

##### `POST` /flows/executor/{flow_slug}/

###### Request:

Changed content type : `application/json`

Added 'ak-stage-authenticator-email' component:
* Property `component` (string)

* Property `code` (integer)

* Property `email` (string)

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    Added 'ak-stage-authenticator-email' component:
##### `POST` /stages/authenticator/validate/

###### Request:

Changed content type : `application/json`

* Changed property `device_classes` (array)
    > Device classes which can be used to authenticate

    Changed items (string):

    Added enum value:

    * `email`
###### Return Type:

Changed response : **201 Created**

* Changed content type : `application/json`

    * Changed property `device_classes` (array)
        > Device classes which can be used to authenticate

        Changed items (string):

        Added enum value:

        * `email`
##### `GET` /stages/authenticator/validate/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `results` (array)

        Changed items (object):
            > AuthenticatorValidateStage Serializer

        * Changed property `device_classes` (array)
            > Device classes which can be used to authenticate

            Changed items (string):

            Added enum value:

            * `email`
  • Loading branch information
authentik-automation[bot] committed Feb 17, 2025
1 parent 11bf82e commit 14ccd16
Show file tree
Hide file tree
Showing 38 changed files with 13,761 additions and 1,361 deletions.
20 changes: 20 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ docs/AuthenticatorDuoStage.md
docs/AuthenticatorDuoStageDeviceImportResponse.md
docs/AuthenticatorDuoStageManualDeviceImportRequest.md
docs/AuthenticatorDuoStageRequest.md
docs/AuthenticatorEmailChallenge.md
docs/AuthenticatorEmailChallengeResponseRequest.md
docs/AuthenticatorEmailStage.md
docs/AuthenticatorEmailStageRequest.md
docs/AuthenticatorEndpointGDTCStage.md
docs/AuthenticatorEndpointGDTCStageRequest.md
docs/AuthenticatorSMSChallenge.md
Expand Down Expand Up @@ -143,6 +147,8 @@ docs/DuoDeviceRequest.md
docs/DuoResponseEnum.md
docs/EmailChallenge.md
docs/EmailChallengeResponseRequest.md
docs/EmailDevice.md
docs/EmailDeviceRequest.md
docs/EmailStage.md
docs/EmailStageRequest.md
docs/Endpoint.md
Expand Down Expand Up @@ -305,6 +311,7 @@ docs/PaginatedApplicationEntitlementList.md
docs/PaginatedApplicationList.md
docs/PaginatedAuthenticatedSessionList.md
docs/PaginatedAuthenticatorDuoStageList.md
docs/PaginatedAuthenticatorEmailStageList.md
docs/PaginatedAuthenticatorEndpointGDTCStageList.md
docs/PaginatedAuthenticatorSMSStageList.md
docs/PaginatedAuthenticatorStaticStageList.md
Expand All @@ -323,6 +330,7 @@ docs/PaginatedDomainList.md
docs/PaginatedDummyPolicyList.md
docs/PaginatedDummyStageList.md
docs/PaginatedDuoDeviceList.md
docs/PaginatedEmailDeviceList.md
docs/PaginatedEmailStageList.md
docs/PaginatedEndpointDeviceList.md
docs/PaginatedEndpointList.md
Expand Down Expand Up @@ -443,6 +451,7 @@ docs/PasswordStageRequest.md
docs/PatchedApplicationEntitlementRequest.md
docs/PatchedApplicationRequest.md
docs/PatchedAuthenticatorDuoStageRequest.md
docs/PatchedAuthenticatorEmailStageRequest.md
docs/PatchedAuthenticatorEndpointGDTCStageRequest.md
docs/PatchedAuthenticatorSMSStageRequest.md
docs/PatchedAuthenticatorStaticStageRequest.md
Expand All @@ -461,6 +470,7 @@ docs/PatchedDomainRequest.md
docs/PatchedDummyPolicyRequest.md
docs/PatchedDummyStageRequest.md
docs/PatchedDuoDeviceRequest.md
docs/PatchedEmailDeviceRequest.md
docs/PatchedEmailStageRequest.md
docs/PatchedEndpointDeviceRequest.md
docs/PatchedEndpointRequest.md
Expand Down Expand Up @@ -784,6 +794,10 @@ model_authenticator_duo_stage.go
model_authenticator_duo_stage_device_import_response.go
model_authenticator_duo_stage_manual_device_import_request.go
model_authenticator_duo_stage_request.go
model_authenticator_email_challenge.go
model_authenticator_email_challenge_response_request.go
model_authenticator_email_stage.go
model_authenticator_email_stage_request.go
model_authenticator_endpoint_gdtc_stage.go
model_authenticator_endpoint_gdtc_stage_request.go
model_authenticator_sms_challenge.go
Expand Down Expand Up @@ -871,6 +885,8 @@ model_duo_device_request.go
model_duo_response_enum.go
model_email_challenge.go
model_email_challenge_response_request.go
model_email_device.go
model_email_device_request.go
model_email_stage.go
model_email_stage_request.go
model_endpoint.go
Expand Down Expand Up @@ -1027,6 +1043,7 @@ model_paginated_application_entitlement_list.go
model_paginated_application_list.go
model_paginated_authenticated_session_list.go
model_paginated_authenticator_duo_stage_list.go
model_paginated_authenticator_email_stage_list.go
model_paginated_authenticator_endpoint_gdtc_stage_list.go
model_paginated_authenticator_sms_stage_list.go
model_paginated_authenticator_static_stage_list.go
Expand All @@ -1045,6 +1062,7 @@ model_paginated_domain_list.go
model_paginated_dummy_policy_list.go
model_paginated_dummy_stage_list.go
model_paginated_duo_device_list.go
model_paginated_email_device_list.go
model_paginated_email_stage_list.go
model_paginated_endpoint_device_list.go
model_paginated_endpoint_list.go
Expand Down Expand Up @@ -1165,6 +1183,7 @@ 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_email_stage_request.go
model_patched_authenticator_endpoint_gdtc_stage_request.go
model_patched_authenticator_sms_stage_request.go
model_patched_authenticator_static_stage_request.go
Expand All @@ -1183,6 +1202,7 @@ model_patched_domain_request.go
model_patched_dummy_policy_request.go
model_patched_dummy_stage_request.go
model_patched_duo_device_request.go
model_patched_email_device_request.go
model_patched_email_stage_request.go
model_patched_endpoint_device_request.go
model_patched_endpoint_request.go
Expand Down
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ Class | Method | HTTP request | Description
*AuthenticatorsApi* | [**AuthenticatorsAdminDuoPartialUpdate**](docs/AuthenticatorsApi.md#authenticatorsadminduopartialupdate) | **Patch** /authenticators/admin/duo/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminDuoRetrieve**](docs/AuthenticatorsApi.md#authenticatorsadminduoretrieve) | **Get** /authenticators/admin/duo/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminDuoUpdate**](docs/AuthenticatorsApi.md#authenticatorsadminduoupdate) | **Put** /authenticators/admin/duo/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminEmailCreate**](docs/AuthenticatorsApi.md#authenticatorsadminemailcreate) | **Post** /authenticators/admin/email/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminEmailDestroy**](docs/AuthenticatorsApi.md#authenticatorsadminemaildestroy) | **Delete** /authenticators/admin/email/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminEmailList**](docs/AuthenticatorsApi.md#authenticatorsadminemaillist) | **Get** /authenticators/admin/email/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminEmailPartialUpdate**](docs/AuthenticatorsApi.md#authenticatorsadminemailpartialupdate) | **Patch** /authenticators/admin/email/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminEmailRetrieve**](docs/AuthenticatorsApi.md#authenticatorsadminemailretrieve) | **Get** /authenticators/admin/email/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminEmailUpdate**](docs/AuthenticatorsApi.md#authenticatorsadminemailupdate) | **Put** /authenticators/admin/email/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminEndpointCreate**](docs/AuthenticatorsApi.md#authenticatorsadminendpointcreate) | **Post** /authenticators/admin/endpoint/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminEndpointDestroy**](docs/AuthenticatorsApi.md#authenticatorsadminendpointdestroy) | **Delete** /authenticators/admin/endpoint/{uuid}/ |
*AuthenticatorsApi* | [**AuthenticatorsAdminEndpointList**](docs/AuthenticatorsApi.md#authenticatorsadminendpointlist) | **Get** /authenticators/admin/endpoint/ |
Expand Down Expand Up @@ -93,6 +99,12 @@ Class | Method | HTTP request | Description
*AuthenticatorsApi* | [**AuthenticatorsDuoRetrieve**](docs/AuthenticatorsApi.md#authenticatorsduoretrieve) | **Get** /authenticators/duo/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsDuoUpdate**](docs/AuthenticatorsApi.md#authenticatorsduoupdate) | **Put** /authenticators/duo/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsDuoUsedByList**](docs/AuthenticatorsApi.md#authenticatorsduousedbylist) | **Get** /authenticators/duo/{id}/used_by/ |
*AuthenticatorsApi* | [**AuthenticatorsEmailDestroy**](docs/AuthenticatorsApi.md#authenticatorsemaildestroy) | **Delete** /authenticators/email/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsEmailList**](docs/AuthenticatorsApi.md#authenticatorsemaillist) | **Get** /authenticators/email/ |
*AuthenticatorsApi* | [**AuthenticatorsEmailPartialUpdate**](docs/AuthenticatorsApi.md#authenticatorsemailpartialupdate) | **Patch** /authenticators/email/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsEmailRetrieve**](docs/AuthenticatorsApi.md#authenticatorsemailretrieve) | **Get** /authenticators/email/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsEmailUpdate**](docs/AuthenticatorsApi.md#authenticatorsemailupdate) | **Put** /authenticators/email/{id}/ |
*AuthenticatorsApi* | [**AuthenticatorsEmailUsedByList**](docs/AuthenticatorsApi.md#authenticatorsemailusedbylist) | **Get** /authenticators/email/{id}/used_by/ |
*AuthenticatorsApi* | [**AuthenticatorsEndpointList**](docs/AuthenticatorsApi.md#authenticatorsendpointlist) | **Get** /authenticators/endpoint/ |
*AuthenticatorsApi* | [**AuthenticatorsEndpointRetrieve**](docs/AuthenticatorsApi.md#authenticatorsendpointretrieve) | **Get** /authenticators/endpoint/{uuid}/ |
*AuthenticatorsApi* | [**AuthenticatorsEndpointUsedByList**](docs/AuthenticatorsApi.md#authenticatorsendpointusedbylist) | **Get** /authenticators/endpoint/{uuid}/used_by/ |
Expand Down Expand Up @@ -802,6 +814,13 @@ Class | Method | HTTP request | Description
*StagesApi* | [**StagesAuthenticatorDuoRetrieve**](docs/StagesApi.md#stagesauthenticatorduoretrieve) | **Get** /stages/authenticator/duo/{stage_uuid}/ |
*StagesApi* | [**StagesAuthenticatorDuoUpdate**](docs/StagesApi.md#stagesauthenticatorduoupdate) | **Put** /stages/authenticator/duo/{stage_uuid}/ |
*StagesApi* | [**StagesAuthenticatorDuoUsedByList**](docs/StagesApi.md#stagesauthenticatorduousedbylist) | **Get** /stages/authenticator/duo/{stage_uuid}/used_by/ |
*StagesApi* | [**StagesAuthenticatorEmailCreate**](docs/StagesApi.md#stagesauthenticatoremailcreate) | **Post** /stages/authenticator/email/ |
*StagesApi* | [**StagesAuthenticatorEmailDestroy**](docs/StagesApi.md#stagesauthenticatoremaildestroy) | **Delete** /stages/authenticator/email/{stage_uuid}/ |
*StagesApi* | [**StagesAuthenticatorEmailList**](docs/StagesApi.md#stagesauthenticatoremaillist) | **Get** /stages/authenticator/email/ |
*StagesApi* | [**StagesAuthenticatorEmailPartialUpdate**](docs/StagesApi.md#stagesauthenticatoremailpartialupdate) | **Patch** /stages/authenticator/email/{stage_uuid}/ |
*StagesApi* | [**StagesAuthenticatorEmailRetrieve**](docs/StagesApi.md#stagesauthenticatoremailretrieve) | **Get** /stages/authenticator/email/{stage_uuid}/ |
*StagesApi* | [**StagesAuthenticatorEmailUpdate**](docs/StagesApi.md#stagesauthenticatoremailupdate) | **Put** /stages/authenticator/email/{stage_uuid}/ |
*StagesApi* | [**StagesAuthenticatorEmailUsedByList**](docs/StagesApi.md#stagesauthenticatoremailusedbylist) | **Get** /stages/authenticator/email/{stage_uuid}/used_by/ |
*StagesApi* | [**StagesAuthenticatorEndpointGdtcCreate**](docs/StagesApi.md#stagesauthenticatorendpointgdtccreate) | **Post** /stages/authenticator/endpoint_gdtc/ |
*StagesApi* | [**StagesAuthenticatorEndpointGdtcDestroy**](docs/StagesApi.md#stagesauthenticatorendpointgdtcdestroy) | **Delete** /stages/authenticator/endpoint_gdtc/{stage_uuid}/ |
*StagesApi* | [**StagesAuthenticatorEndpointGdtcList**](docs/StagesApi.md#stagesauthenticatorendpointgdtclist) | **Get** /stages/authenticator/endpoint_gdtc/ |
Expand Down Expand Up @@ -1012,6 +1031,10 @@ Class | Method | HTTP request | Description
- [AuthenticatorDuoStageDeviceImportResponse](docs/AuthenticatorDuoStageDeviceImportResponse.md)
- [AuthenticatorDuoStageManualDeviceImportRequest](docs/AuthenticatorDuoStageManualDeviceImportRequest.md)
- [AuthenticatorDuoStageRequest](docs/AuthenticatorDuoStageRequest.md)
- [AuthenticatorEmailChallenge](docs/AuthenticatorEmailChallenge.md)
- [AuthenticatorEmailChallengeResponseRequest](docs/AuthenticatorEmailChallengeResponseRequest.md)
- [AuthenticatorEmailStage](docs/AuthenticatorEmailStage.md)
- [AuthenticatorEmailStageRequest](docs/AuthenticatorEmailStageRequest.md)
- [AuthenticatorEndpointGDTCStage](docs/AuthenticatorEndpointGDTCStage.md)
- [AuthenticatorEndpointGDTCStageRequest](docs/AuthenticatorEndpointGDTCStageRequest.md)
- [AuthenticatorSMSChallenge](docs/AuthenticatorSMSChallenge.md)
Expand Down Expand Up @@ -1099,6 +1122,8 @@ Class | Method | HTTP request | Description
- [DuoResponseEnum](docs/DuoResponseEnum.md)
- [EmailChallenge](docs/EmailChallenge.md)
- [EmailChallengeResponseRequest](docs/EmailChallengeResponseRequest.md)
- [EmailDevice](docs/EmailDevice.md)
- [EmailDeviceRequest](docs/EmailDeviceRequest.md)
- [EmailStage](docs/EmailStage.md)
- [EmailStageRequest](docs/EmailStageRequest.md)
- [Endpoint](docs/Endpoint.md)
Expand Down Expand Up @@ -1255,6 +1280,7 @@ Class | Method | HTTP request | Description
- [PaginatedApplicationList](docs/PaginatedApplicationList.md)
- [PaginatedAuthenticatedSessionList](docs/PaginatedAuthenticatedSessionList.md)
- [PaginatedAuthenticatorDuoStageList](docs/PaginatedAuthenticatorDuoStageList.md)
- [PaginatedAuthenticatorEmailStageList](docs/PaginatedAuthenticatorEmailStageList.md)
- [PaginatedAuthenticatorEndpointGDTCStageList](docs/PaginatedAuthenticatorEndpointGDTCStageList.md)
- [PaginatedAuthenticatorSMSStageList](docs/PaginatedAuthenticatorSMSStageList.md)
- [PaginatedAuthenticatorStaticStageList](docs/PaginatedAuthenticatorStaticStageList.md)
Expand All @@ -1273,6 +1299,7 @@ Class | Method | HTTP request | Description
- [PaginatedDummyPolicyList](docs/PaginatedDummyPolicyList.md)
- [PaginatedDummyStageList](docs/PaginatedDummyStageList.md)
- [PaginatedDuoDeviceList](docs/PaginatedDuoDeviceList.md)
- [PaginatedEmailDeviceList](docs/PaginatedEmailDeviceList.md)
- [PaginatedEmailStageList](docs/PaginatedEmailStageList.md)
- [PaginatedEndpointDeviceList](docs/PaginatedEndpointDeviceList.md)
- [PaginatedEndpointList](docs/PaginatedEndpointList.md)
Expand Down Expand Up @@ -1393,6 +1420,7 @@ Class | Method | HTTP request | Description
- [PatchedApplicationEntitlementRequest](docs/PatchedApplicationEntitlementRequest.md)
- [PatchedApplicationRequest](docs/PatchedApplicationRequest.md)
- [PatchedAuthenticatorDuoStageRequest](docs/PatchedAuthenticatorDuoStageRequest.md)
- [PatchedAuthenticatorEmailStageRequest](docs/PatchedAuthenticatorEmailStageRequest.md)
- [PatchedAuthenticatorEndpointGDTCStageRequest](docs/PatchedAuthenticatorEndpointGDTCStageRequest.md)
- [PatchedAuthenticatorSMSStageRequest](docs/PatchedAuthenticatorSMSStageRequest.md)
- [PatchedAuthenticatorStaticStageRequest](docs/PatchedAuthenticatorStaticStageRequest.md)
Expand All @@ -1411,6 +1439,7 @@ Class | Method | HTTP request | Description
- [PatchedDummyPolicyRequest](docs/PatchedDummyPolicyRequest.md)
- [PatchedDummyStageRequest](docs/PatchedDummyStageRequest.md)
- [PatchedDuoDeviceRequest](docs/PatchedDuoDeviceRequest.md)
- [PatchedEmailDeviceRequest](docs/PatchedEmailDeviceRequest.md)
- [PatchedEmailStageRequest](docs/PatchedEmailStageRequest.md)
- [PatchedEndpointDeviceRequest](docs/PatchedEndpointDeviceRequest.md)
- [PatchedEndpointRequest](docs/PatchedEndpointRequest.md)
Expand Down
Loading

0 comments on commit 14ccd16

Please sign in to comment.