Skip to content

Commit

Permalink
docs: Merge #2725
Browse files Browse the repository at this point in the history
  • Loading branch information
William King Noel Bot committed Jul 8, 2021
1 parent b7ebd60 commit c00507b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions api/edge/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3215,6 +3215,18 @@ x-errMalformedTxPayload: &errMalformedTxPayload
type: string
enum: ['malformed_tx_payload']

x-errTokensMintedButNotSpentOrBurned: &errTokensMintedButNotSpentOrBurned
<<: *responsesErr
title: tokens_minted_but_not_spent_or_burned
properties:
message:
type: string
description: |
Returned when a user mints funds but does not spend or burn them all.
code:
type: string
enum: ['tokens_minted_but_not_spent_or_burned']

# TODO: Map this error to the place it belongs.
x-errKeyNotFoundForAddress: &errKeyNotFoundForAddress
<<: *responsesErr
Expand Down

0 comments on commit c00507b

Please sign in to comment.