update api command description
This commit is contained in:
@@ -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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user