docs/RecoveryCodeForIdentity.md in ory-kratos-client-1.0.0 vs docs/RecoveryCodeForIdentity.md in ory-kratos-client-1.1.0
- old
+ new
@@ -2,10 +2,10 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **expires_at** | **Time** | Expires At is the timestamp of when the recovery flow expires The timestamp when the recovery link expires. | [optional] |
+| **expires_at** | **Time** | Expires At is the timestamp of when the recovery flow expires The timestamp when the recovery code expires. | [optional] |
| **recovery_code** | **String** | RecoveryCode is the code that can be used to recover the account | |
| **recovery_link** | **String** | RecoveryLink with flow This link opens the recovery UI with an empty `code` field. | |
## Example