Skip to content

Commit

Permalink
Updating to v0.36.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Jun 4, 2022
1 parent 31fe8a8 commit 111bebd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 10 additions & 1 deletion content/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
license:
name: GPL 3.0
url: http://www.gnu.org/licenses/
version: 0.35.0-beta
version: 0.36.0-beta
description: >
A REST layer over the TrueBlocks application. With `chifra serve`, you can
Expand Down Expand Up @@ -1571,6 +1571,15 @@ paths:
explode: true
schema:
type: boolean
- name: details
description: >
for the --addresses option only, display appearance records as well as address records
required: false
style: form
in: query
explode: true
schema:
type: boolean
responses:
"200":
description: returns the requested data
Expand Down
3 changes: 2 additions & 1 deletion content/docs/chifra/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Admin"
description: ""
lead: ""
date: 2022-05-29T11:23:34
date: 2022-06-02T07:06:13
lastmod:
- :git
- lastmod
Expand Down Expand Up @@ -118,6 +118,7 @@ Arguments:
Flags:
-c, --check depends on mode, checks for internal consistency of the data type
-b, --belongs checks if the given address appears in the given chunk
-d, --details for the --addresses option only, display appearance records as well as address records
-x, --fmt string export format, one of [none|json*|txt|csv|api]
-v, --verbose enable verbose (increase detail with --log_level)
-h, --help display this help screen
Expand Down

0 comments on commit 111bebd

Please sign in to comment.