diff --git a/en/asgardeo/docs/references/service-extensions/pre-flow-extensions/pre-update-password-action/api/pre_update_password_action-v1.yaml b/en/asgardeo/docs/references/service-extensions/pre-flow-extensions/pre-update-password-action/api/pre_update_password_action-v1.yaml index 0fa7b791cc..c5df7a4140 100644 --- a/en/asgardeo/docs/references/service-extensions/pre-flow-extensions/pre-update-password-action/api/pre_update_password_action-v1.yaml +++ b/en/asgardeo/docs/references/service-extensions/pre-flow-extensions/pre-update-password-action/api/pre_update_password_action-v1.yaml @@ -84,7 +84,8 @@ components: - RESET - UPDATE - INVITE - description: This indicates whether the password update was initiated over a password reset flow, update flow, or an invite flow. + - REGISTER + description: This indicates whether the password update was initiated over a password reset flow, update flow, invite flow or a register flow. tenant: $ref: '#/components/schemas/Tenant' user: @@ -110,7 +111,6 @@ components: User: type: object required: - - id - updatingCredential properties: id: diff --git a/en/identity-server/next/docs/references/service-extensions/pre-flow-extensions/pre-update-password-action/api/pre_update_password_action-v1.yaml b/en/identity-server/next/docs/references/service-extensions/pre-flow-extensions/pre-update-password-action/api/pre_update_password_action-v1.yaml index aebde9b7ad..2930370f72 100644 --- a/en/identity-server/next/docs/references/service-extensions/pre-flow-extensions/pre-update-password-action/api/pre_update_password_action-v1.yaml +++ b/en/identity-server/next/docs/references/service-extensions/pre-flow-extensions/pre-update-password-action/api/pre_update_password_action-v1.yaml @@ -90,7 +90,8 @@ components: - RESET - UPDATE - INVITE - description: This indicates whether the password update was initiated over a password reset flow, update flow, or an invite flow. + - REGISTER + description: This indicates whether the password update was initiated over a password reset flow, update flow, invite flow or a register flow. tenant: $ref: '#/components/schemas/Tenant' user: @@ -116,7 +117,6 @@ components: User: type: object required: - - id - updatingCredential properties: id: