データ更新時のエラーコードについて

以下、Hexabase更新系APIについてのエラーコードについて補足記載いたしましたので連絡いたします。

以下にエラーコードを記載いたしました。

エラーコード | Hexabase API ガイド (b-eee.github.io)

該当のエラー出力例については、以下に記載しております。
ExecuteAction | Hexabase API ガイド (b-eee.github.io)

{
    "error": [
        {
            "description": "item:601978f228dc5c3c64e5b895(d_id:5f38b0afaa395581685afdf6) has rev_no:14 but specified rev_no:0",
            "error": "Revision number mismatch",
            "error_code": "ITEM_REV_CONFLICT",
            "error_level": "ERROR",
            "reference_id": "601978f228dc5c3c64e5b895"
        }
    ],
    "history_id": "609e6016f3d4d143baa13070",
    "item": {
        // (itemの値)
    },
    "item_id": "609e6015f3d4d143baa1306e"
}