diff --git a/content/api/openapi.yaml b/content/api/openapi.yaml index b6c742692..08965cc9d 100644 --- a/content/api/openapi.yaml +++ b/content/api/openapi.yaml @@ -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 @@ -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 diff --git a/content/docs/chifra/admin.md b/content/docs/chifra/admin.md index 4463b10c8..79f5cd564 100644 --- a/content/docs/chifra/admin.md +++ b/content/docs/chifra/admin.md @@ -2,7 +2,7 @@ title: "Admin" description: "" lead: "" -date: 2022-05-29T11:23:34 +date: 2022-06-02T07:06:13 lastmod: - :git - lastmod @@ -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