Skip to content

Commit

Permalink
Merge pull request #248 from seita-uc/fix-token-detail-response
Browse files Browse the repository at this point in the history
Fixed get account non-fungible token details response
  • Loading branch information
nanuuki authored Jan 4, 2022
2 parents a913987 + 315817d commit db2d91b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ paths:
get:
summary: Get account non-fungible token details
description: Get details (balance) regarding a non-fungible token for an account.
operationId: listAccountNonFungibleTokenDetails
operationId: GetAccountNonFungibleTokenDetails
tags:
- Account Non-Fungible Tokens
responses:
Expand All @@ -725,9 +725,7 @@ paths:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/accountNonFungibleTokenDetails'
$ref: '#/components/schemas/accountNonFungibleTokenDetails'
post:
summary: Enable a non-fungible token for an account
operationId: enableNonFungibleTokenForAccount
Expand Down

0 comments on commit db2d91b

Please sign in to comment.