update api command description

This commit is contained in:
MaysWind
2026-02-03 23:51:19 +08:00
parent a5fdb9d6b7
commit fd9f380922
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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,