Merge PR #4917: add where to find the event tags into the swagger

This commit is contained in:
kevlubkcm 2019-09-10 12:01:08 -04:00 committed by Alexander Bezobchuk
parent ce5b36b12a
commit 5c27892621
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ paths:
- in: query
name: message.action
type: string
description: "transaction events such as 'message.action=send' which results in the following endpoint: 'GET /txs?message.action=send'"
description: "transaction events such as 'message.action=send' which results in the following endpoint: 'GET /txs?message.action=send'. note that each module documents its own events. look for xx_events.md in the corresponding cosmos-sdk/docs/spec directory"
x-example: "send"
- in: query
name: message.sender