From c2b054c4e1948c24db9c7a3479f05a7e40c5c50c Mon Sep 17 00:00:00 2001 From: 4TT1L4 <2914096+4TT1L4@users.noreply.github.com> Date: Fri, 10 May 2024 21:05:20 +0200 Subject: [PATCH] NFT ID support #37 --- bot-api.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bot-api.yaml b/bot-api.yaml index d2925c2..ad4cba8 100644 --- a/bot-api.yaml +++ b/bot-api.yaml @@ -248,6 +248,7 @@ components: properties: offer_amount: { type: string } output_reference: { type: string } + nft_token: { type: string } owner_address: { type: string } owner_key_hash: { type: string } price: { type: string }