Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6767,7 +6767,7 @@ components:
example: "9"
image:
type: string
example: "https://cache.tonapi.io/images/jetton.jpg"
example: "https://cache.tonapi.io/images/jetton.jpg" # change to real image
description:
type: string
example: Wrapped Toncoin
Expand Down Expand Up @@ -6850,6 +6850,10 @@ components:
$ref: '#/components/schemas/AccountAddress'
metadata:
$ref: '#/components/schemas/JettonMetadata'
preview:
type: string
description: Cached image from metadata
example: "https://cache.tonapi.io/images/jetton.jpg"
verification:
$ref: '#/components/schemas/JettonVerificationType'
holders_count:
Expand Down