From 33655ee576d1318ab764670450151a9686f23d91 Mon Sep 17 00:00:00 2001 From: Gui Iribarren Date: Fri, 30 Aug 2024 13:54:08 +0200 Subject: [PATCH] whitespace --- api/api.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/api.go b/api/api.go index a764fd018..0273c688e 100644 --- a/api/api.go +++ b/api/api.go @@ -22,12 +22,13 @@ import ( ) // @title Vocdoni API -// @version 2.1.0 +// @version 2.0.0 // @description Vocdoni API is a REST API // @description.markdown // @tag.name Chain // @tag.description Everything about internal Vochain information (transactions, organizations, blocks, stats...) + // @tag.name Accounts // @tag.description Related to account metadata (additional account information like balance, storage URI, process count...) // @tag.name Elections