Skip to content

Commit

Permalink
add preview field to JettonInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
mois-ilya committed Nov 26, 2024
1 parent 2d0e1ac commit 1badf85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6900,7 +6900,7 @@ components:
example: "9"
image:
type: string
example: "https://cache.tonapi.io/images/jetton.jpg"
example: "https://bitcoincash-example.github.io/website/logo.png"
description:
type: string
example: Wrapped Toncoin
Expand Down Expand Up @@ -6984,6 +6984,9 @@ components:
$ref: '#/components/schemas/AccountAddress'
metadata:
$ref: '#/components/schemas/JettonMetadata'
preview:
type: string
example: "https://cache.tonapi.io/images/jetton.jpg"
verification:
$ref: '#/components/schemas/JettonVerificationType'
holders_count:
Expand Down

0 comments on commit 1badf85

Please sign in to comment.