Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopsaheysa committed Jun 5, 2024
1 parent 7ef204e commit ab31d1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ open class WMTUserOperation: WMTOperation, Codable {
/// Proximity Check Data to be passed when OTP is handed to the app
public var proximityCheck: WMTProximityCheck?

/// Optional details why the status has changed by backend services.
/// Enum-like reason why the status has changed.
///
/// The value is more about code than free-text detail. Shall be max 32 chars long.
/// Max 32 characters are expected. Possible values depend on the backend implementation and configuration.
public let statusReason: String?
}
4 changes: 2 additions & 2 deletions docs/Using-Operations-Service.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,9 +520,9 @@ class WMTUserOperation: WMTOperation {
/// Proximity Check Data to be passed when OTP is handed to the app
public var proximityCheck: WMTProximityCheck?

/// Optional details why the status has changed by backend services.
/// Enum-like reason why the status has changed.
///
/// The value is more about code than free-text detail. Shall be max 32 chars long.
/// Max 32 characters are expected. Possible values depend on the backend implementation and configuration.
public let statusReason: String?
}
```
Expand Down

0 comments on commit ab31d1d

Please sign in to comment.