mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-23 03:04:26 +08:00
update api command description
This commit is contained in:
@@ -263,7 +263,7 @@ $API_CONFIGS = @(
|
|||||||
}
|
}
|
||||||
@{
|
@{
|
||||||
Name = "transactions-list"
|
Name = "transactions-list"
|
||||||
Description = "Get transactions list"
|
Description = "Get transactions list with pagination"
|
||||||
Method = "GET"
|
Method = "GET"
|
||||||
Path = "transactions/list.json"
|
Path = "transactions/list.json"
|
||||||
RequiresTimezone = $true
|
RequiresTimezone = $true
|
||||||
|
|||||||
+1
-1
@@ -249,7 +249,7 @@ API_CONFIGS='[
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "transactions-list",
|
"Name": "transactions-list",
|
||||||
"Description": "Get transactions list",
|
"Description": "Get transactions list with pagination",
|
||||||
"Method": "GET",
|
"Method": "GET",
|
||||||
"Path": "transactions/list.json",
|
"Path": "transactions/list.json",
|
||||||
"RequiresTimezone": true,
|
"RequiresTimezone": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user