docs/TransactionSyncResponse.md in moneykit-0.1.2 vs docs/TransactionSyncResponse.md in moneykit-0.1.3

- old
+ new

@@ -4,10 +4,10 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **transactions** | [**TransactionDiff**](TransactionDiff.md) | | | | **cursor** | [**CursorPagination**](CursorPagination.md) | | | -| **has_more** | **Boolean** | This condition indicates the presence of transaction updates exceeding the requested count. If true, additional updates can be retrieved by making an additional request with cursor set to next_cursor. | | +| **has_more** | **Boolean** | This condition indicates the presence of transaction updates exceeding the requested count. If true, additional updates MUST be retrieved by making an additional request with cursor set to `cursor.next`. | | | **link** | [**LinkCommon**](LinkCommon.md) | | | ## Example ```ruby