Skip to content

Commit 9fca4e7

Browse files
committed
Updated titles
1 parent 3233ddf commit 9fca4e7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/transactions.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ See use case sequence diagrams for the examples of how transaction can be used.
88
3. [How to read from the Ledger](#how-to-read-from-the-ledger)
99
4. [Modules](#modules)
1010
* [Vendor Info](#vendor-info)
11-
* [Model and Model Version](#model-and-model_version)
12-
* [Compliance](#certify_device_compliance)
11+
* [Model and Model Version](#model-and-model-version)
12+
* [Compliance](#compliance)
1313
* [X509 PKI](#x509-pki)
1414
* [Auth](#auth)
15-
* [Validator Node](#validator_node)
15+
* [Validator Node](#validator-node)
1616
* [Upgrade](#upgrade)
1717
5. [Extensions](#extensions)
1818

@@ -118,7 +118,7 @@ Please make sure that TLS is enabled in gRPC, REST or Light Client Proxy for sec
118118

119119
## Modules
120120

121-
### [VENDOR INFO](transactions/vendor-info.md)
121+
### [Vendor Info](transactions/vendor-info.md)
122122

123123
| Method | CLI command / REST API |
124124
|---------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -127,7 +127,7 @@ Please make sure that TLS is enabled in gRPC, REST or Light Client Proxy for sec
127127
| [GET_VENDOR_INFO](transactions/vendor-info.md#get_vendor_info) <br><br> Gets a Vendor Info for the given `vid` (vendor ID) | CLI `dcld query vendorinfo vendor --vid=<uint16>` <br><br> GET `/dcl/vendorinfo/vendors/{vid}` |
128128
| [GET_ALL_VENDOR_INFO](transactions/vendor-info.md#get_all_vendor_info) <br><br> Gets information about all vendors for all VIDs | CLI `dcld query vendorinfo all-vendors` <br><br> GET `/dcl/vendorinfo/vendors` |
129129

130-
### [MODEL and MODEL_VERSION](transactions/model.md)
130+
### [Model and Model Version](transactions/model.md)
131131

132132
| Method | CLI command / REST API |
133133
|-----------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -143,7 +143,7 @@ Please make sure that TLS is enabled in gRPC, REST or Light Client Proxy for sec
143143
| [GET_ALL_VENDOR_MODELS](transactions/model.md#GET_ALL_VENDOR_MODELS) <br><br> Gets all Model Infos by the given Vendor | CLI `dcld query model vendor-models --vid=<uint16>` <br><br> GET `/dcl/model/models/{vid}` |
144144
| [GET_ALL_MODEL_VERSIONS](transactions/model.md#GET_ALL_MODEL_VERSIONS) <br><br> Gets all Model Software Versions for vid and pid | CLI `dcld query model all-model-versions --vid=<uint16> --pid=<uint16>` <br><br> GET `/dcl/model/versions/{vid}/{pid}` |
145145

146-
### [CERTIFY_DEVICE_COMPLIANCE](transactions/compliance.md)
146+
### [Compliance](transactions/compliance.md)
147147

148148
| Method | CLI command / REST API |
149149
|---------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -221,7 +221,7 @@ Please make sure that TLS is enabled in gRPC, REST or Light Client Proxy for sec
221221
| [GET_ALL_REVOKED_NOC_ROOT](transactions/pki.md#get_all_revoked_noc_root-rcacs) <br><br> Gets all revoked NOC root certificates (RCACs) | CLI `dcld query pki all-revoked-noc-x509-root-certs` <br><br> GET `/dcl/pki/revoked-noc-root-certificates` |
222222
| [GET_ALL_REVOKED_NOC_ICA](transactions/pki.md#get_all_revoked_noc_ica-icacs) <br><br> Gets all revoked NOC ica certificates (ICACs) | CLI `dcld query pki all-revoked-noc-x509-ica-certs` <br><br> GET `/dcl/pki/revoked-noc-ica-certificates` |
223223

224-
### [AUTH](transactions/auth.md)
224+
### [Auth](transactions/auth.md)
225225

226226
| Method | CLI command / REST API |
227227
|----------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -241,7 +241,7 @@ Please make sure that TLS is enabled in gRPC, REST or Light Client Proxy for sec
241241
| [GET_ALL_PROPOSED_ACCS_TO_REVOKE](transactions/auth.md#get_all_proposed_accounts_to_revoke) <br><br> Gets all proposed but not approved accounts to be revoked | CLI `dcld query auth all-proposed-accounts-to-revoke` <br><br> GET `/dcl/auth/proposed-revocation-accounts` |
242242
| [GET_ALL_REVOKED_ACCOUNTS](transactions/auth.md#get_all_revoked_accounts) <br><br> Gets all revoked accounts | CLI `dcld query auth all-revoked-accounts` <br><br> GET `/dcl/auth/revoked-accounts` |
243243

244-
### [VALIDATOR_NODE](transactions/validator-node.md)
244+
### [Validator Node](transactions/validator-node.md)
245245

246246
| Method | CLI command / REST API |
247247
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -263,7 +263,7 @@ Please make sure that TLS is enabled in gRPC, REST or Light Client Proxy for sec
263263
| [GET_ALL_LAST_VALIDATORS_POWER](transactions/validator-node.md#get_all_last_validators_power) <br><br> Gets the list of all last validator nodes power | CLI `dcld query validator all-last-powers` <br><br> GET `/dcl/validator/last-powers` |
264264
| [UPDATE_VALIDATOR_NODE](transactions/validator-node.md#update_validator_node) <br><br> Updates the Validator node by the owner | |
265265

266-
### [UPGRADE](transactions/upgrade.md)
266+
### [Upgrade](transactions/upgrade.md)
267267

268268
| Method | CLI command / REST API |
269269
|--------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)