From fd9f38092277c9595f2471e6e11d39421f0938b4 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Tue, 3 Feb 2026 23:51:19 +0800 Subject: [PATCH] update api command description --- scripts/ebktools.ps1 | 2 +- scripts/ebktools.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ebktools.ps1 b/scripts/ebktools.ps1 index 693c11d8..752b3ec0 100755 --- a/scripts/ebktools.ps1 +++ b/scripts/ebktools.ps1 @@ -263,7 +263,7 @@ $API_CONFIGS = @( } @{ Name = "transactions-list" - Description = "Get transactions list" + Description = "Get transactions list with pagination" Method = "GET" Path = "transactions/list.json" RequiresTimezone = $true diff --git a/scripts/ebktools.sh b/scripts/ebktools.sh index 0b82ccf1..48d25b83 100755 --- a/scripts/ebktools.sh +++ b/scripts/ebktools.sh @@ -249,7 +249,7 @@ API_CONFIGS='[ }, { "Name": "transactions-list", - "Description": "Get transactions list", + "Description": "Get transactions list with pagination", "Method": "GET", "Path": "transactions/list.json", "RequiresTimezone": true,