Skip to content

Commit

Permalink
chore: fix api-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexruzenhack committed Jul 7, 2023
1 parent 651c12e commit 6ce6199
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/api-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const apiDoc = {
info: {
title: 'Headless Hathor Wallet API',
description: 'This wallet is fully controlled through an HTTP API.',
version: '0.22.0-rc2',
version: '0.22.0-rc3',
},
produces: ['application/json'],
components: {
Expand Down Expand Up @@ -1242,6 +1242,10 @@ const apiDoc = {
type: 'boolean',
description: 'If the melt authority address is allowed to be from another wallet. Default is false.'
},
}
},
examples: {
data: {
summary: 'Data to create the token',
value: {
name: 'Test Coin',
Expand Down

0 comments on commit 6ce6199

Please sign in to comment.