Skip to content

Commit

Permalink
tx_status endpoint did not have requestBody, and a typo in queryParam (
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt authored and dostrelith678 committed Nov 21, 2021
1 parent e51ac19 commit a208e34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions files/grest/apispec/koiosapi.yaml
Expand Up @@ -280,9 +280,11 @@ paths:
summary: Transaction Metadata Labels
description: Get a list of all transaction metalabels
/tx_status:
get:
post:
tags:
- Transactions
requestBody:
$ref: "#/components/requestBodies/tx_ids"
responses:
"200":
description: Array of transaction confirmation counts
Expand Down Expand Up @@ -697,7 +699,7 @@ components:
allowEmptyValue: false
_asset_name_text:
deprecated: false
name: _asset_name_text
name: _asset_name
description: Asset Name in plain text
schema:
type: string
Expand Down

0 comments on commit a208e34

Please sign in to comment.