Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 111bebd

Browse files
committed
Updating to v0.36.0-beta
1 parent 31fe8a8 commit 111bebd

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

content/api/openapi.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
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

content/docs/chifra/admin.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Admin"
33
description: ""
44
lead: ""
5-
date: 2022-05-29T11:23:34
5+
date: 2022-06-02T07:06:13
66
lastmod:
77
- :git
88
- lastmod
@@ -118,6 +118,7 @@ Arguments:
118118
Flags:
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

0 commit comments

Comments
 (0)