You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/apis/Account.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ This method takes no parameters.
62
62
| Name | Type | Description |
63
63
| :-------- | :-------- | :-------- |
64
64
| result | object ||
65
-
| result.resetTime | integer | Time in UTC. Returns 0, if time is not available. |
65
+
| result.resetTime | integer | Time in UTC. Returns 0, if time is not available. @retval Core::ERROR_NONE Last Checkout reset time is successfully retrieved |
66
66
67
67
### Examples
68
68
@@ -108,7 +108,7 @@ Event details will be updated soon.
108
108
| Name | Type | Description |
109
109
| :-------- | :-------- | :-------- |
110
110
| params | object ||
111
-
| params.resetTime | integer | Time in UTC. Returns 0, if time is not available. |
111
+
| params.resetTime | integer | Time in UTC. Returns 0, if time is not available. @retval Core::ERROR_NONE Last Checkout reset time is successfully retrieved |
0 commit comments