This repository was archived by the owner on Jan 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 77 license :
88 name : GPL 3.0
99 url : http://www.gnu.org/licenses/
10- version : 0.35 .0-beta
10+ version : 0.36 .0-beta
1111 description : >
1212
1313 A REST layer over the TrueBlocks application. With `chifra serve`, you can
@@ -1571,6 +1571,15 @@ paths:
15711571 explode : true
15721572 schema :
15731573 type : boolean
1574+ - name : details
1575+ description : >
1576+ for the --addresses option only, display appearance records as well as address records
1577+ required : false
1578+ style : form
1579+ in : query
1580+ explode : true
1581+ schema :
1582+ type : boolean
15741583 responses :
15751584 " 200 " :
15761585 description : returns the requested data
Original file line number Diff line number Diff line change 22title : " Admin"
33description : " "
44lead : " "
5- date : 2022-05-29T11:23:34
5+ date : 2022-06-02T07:06:13
66lastmod :
77 - :git
88 - lastmod
@@ -118,6 +118,7 @@ Arguments:
118118Flags:
119119 -c, --check depends on mode, checks for internal consistency of the data type
120120 -b, --belongs checks if the given address appears in the given chunk
121+ -d, --details for the --addresses option only, display appearance records as well as address records
121122 -x, --fmt string export format, one of [none|json*|txt|csv|api]
122123 -v, --verbose enable verbose (increase detail with --log_level)
123124 -h, --help display this help screen
You can’t perform that action at this time.
0 commit comments