updated swagger.yaml

This commit is contained in:
Federico Kunze 2018-11-16 16:18:05 +01:00
parent 17559933b0
commit 8a95de4086
1 changed files with 3 additions and 3 deletions

View File

@ -209,14 +209,14 @@ paths:
tags: tags:
- ICS0 - ICS0
summary: Search transactions summary: Search transactions
description: Search transactions by tag description: Search transactions by tag(s).
produces: produces:
- application/json - application/json
parameters: parameters:
- in: query - in: query
name: tag name: tag
type: string type: string
description: "transaction tag, for instance: sender_bech32=`'cosmos1g9ahr6xhht5rmqven628nklxluzyv8z9jqjcmc'`" description: "transaction tags such as 'action=submit-proposal' and 'proposer=cosmos1g9ahr6xhht5rmqven628nklxluzyv8z9jqjcmc' which results in the following endpoint: 'GET /txs?action=submit-proposal&proposer=cosmos1g9ahr6xhht5rmqven628nklxluzyv8z9jqjcmc'"
required: true required: true
- in: query - in: query
name: page name: page
@ -228,7 +228,7 @@ paths:
type: integer type: integer
responses: responses:
200: 200:
description: All Tx matching the provided tags description: All txs matching the provided tags
schema: schema:
type: array type: array
items: items: