Skip to content

Commit

Permalink
chore: mark as experimental custom_payload_api_uri property in Jetton…
Browse files Browse the repository at this point in the history
…Preview schema
  • Loading branch information
mois-ilya committed Sep 26, 2024
1 parent 961ce6c commit 66cca1a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 2 additions & 0 deletions api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3784,6 +3784,8 @@
"type": "string"
},
"custom_payload_api_uri": {
"deprecated": true,
"description": "Experimental: This property is subject to change or removal in future versions",
"type": "string"
},
"decimals": {
Expand Down
2 changes: 2 additions & 0 deletions api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5360,6 +5360,8 @@ components:
verification:
$ref: '#/components/schemas/JettonVerificationType'
custom_payload_api_uri: # todo: maybe remove
description: "Experimental: This property is subject to change or removal in future versions"
deprecated: true
type: string
JettonBalance:
type: object
Expand Down
17 changes: 10 additions & 7 deletions pkg/oas/oas_schemas_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66cca1a

Please sign in to comment.