File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ func (ctl *AccountController) GetAccount(c *gin.Context) {
7575}
7676
7777// PostAccountMetadata godoc
78- // @Summary List Accounts
78+ // @Summary Add metadata to account
7979// @Schemes
8080// @Param ledger path string true "ledger"
8181// @Param accountId path string true "accountId"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ func NewLedgerController() LedgerController {
1818}
1919
2020// GetStats godoc
21- // @Summary Get Stats
21+ // @Summary Get ledger stats (aggregate metrics on accounts and transactions)
2222// @Schemes
2323// @Description The stats for account
2424// @Accept json
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ func NewScriptController() ScriptController {
2323}
2424
2525// PostScript godoc
26- // @Summary List Accounts
26+ // @Summary Execute a Numscript and commit transaction if any
2727// @Schemes
2828// @Param ledger path string true "ledger"
2929// @Accept json
You can’t perform that action at this time.
0 commit comments