From d69fa6410a49583f765d411aa708650fdf38ea6f Mon Sep 17 00:00:00 2001 From: Vitaly Volozhinov <60775046+VitalyVolozhinov@users.noreply.github.com> Date: Thu, 4 Jun 2020 15:06:28 +0200 Subject: [PATCH] Changed formatting of endpoints --- docs/DESIGN_AND_FEATURES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DESIGN_AND_FEATURES.md b/docs/DESIGN_AND_FEATURES.md index 47dce18..d283bb4 100644 --- a/docs/DESIGN_AND_FEATURES.md +++ b/docs/DESIGN_AND_FEATURES.md @@ -33,7 +33,7 @@ The API Server works as follows: ## Complete List of Endpoints | API Endpoint | Required Inputs | Optional Inputs | Output | -|----------------------------------|---------------------------------|-----------------|---------------------------|-------------------------------------------------------------------------------------| +|----------------------------------|---------------------------------|-----------------|---------------------------| | /api/ping | none | none | Pong | | /api/getconnectionslist | none | none | List of Connections | | /api/consensus/genesis | Node Name | Height | Consensus Genesis State |