From e1eec7828b479d1c8f7d30456aaae898d6e25c81 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Thu, 22 Oct 2020 00:26:04 +0000 Subject: [PATCH] Fix error in VC API docs (#1800) ## Issue Addressed NA ## Proposed Changes - Ensure the `description` field is included with the output (as per the implementation). ## Additional Info NA --- book/src/api-vc-endpoints.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book/src/api-vc-endpoints.md b/book/src/api-vc-endpoints.md index 78ea493567..503e4a1bd7 100644 --- a/book/src/api-vc-endpoints.md +++ b/book/src/api-vc-endpoints.md @@ -172,14 +172,17 @@ Typical Responses | 200 "data": [ { "enabled": true, + "description": "validator one", "voting_pubkey": "0xb0148e6348264131bf47bcd1829590e870c836dc893050fd0dadc7a28949f9d0a72f2805d027521b45441101f0cc1cde" }, { "enabled": true, + "description": "validator two", "voting_pubkey": "0xb0441246ed813af54c0a11efd53019f63dd454a1fa2a9939ce3c228419fbe113fb02b443ceeb38736ef97877eb88d43a" }, { "enabled": true, + "description": "validator three", "voting_pubkey": "0xad77e388d745f24e13890353031dd8137432ee4225752642aad0a2ab003c86620357d91973b6675932ff51f817088f38" } ]