Update NFT Properties
Update NFT Properties
POST
/api/v1/oauth2-app/update_nft_properties
Headers:
appid: application id
appkey: application key
Request Body
Name
Type
Description
contract_address*
String
contract address
collection*
String
category
time_zone*
String
Format must be: +/-HH:mm
start_date_ts*
String
Seconds timestamp, 0: Not Limit
expiry_date*
String
Seconds timestamp, 0: Not Limit
levels*
String[]
{
"name":"level 1 badge name",
"min_rp": 1,
"max_rp": 10,
"badge_uri":/api/v1/oauth2-app/upload_badge_image uri",
"desc":"description",
"internal_note": "internal note"
},
Last updated