Update Dapp Promotion
Edit the NFT badge marketing promotion detail
Update Dapp Promotion
POST
/api/v1/oauth2/nft/update_dapp_promotion
Headers
Name
Type
Description
Access-Token*
String
access token
Request Body
Name
Type
Description
app_id*
String
app id
banner*
String[]
https://metis-middleware-us-east-2.s3.amazonaws.com/0e8429477798478bb041fe5722d1c0bc
dapp_url*
String
https://xxx.xxx
discord_url*
String
https://xxx.xxx
introduction*
String
introduction
logo*
String
https://metis-middleware-us-east-2.s3.amazonaws.com/80884306520040a0bb173ddd82910552
medium_url*
String
https://xxx.xxx
telegram_url*
String
https://xxx.xxx
twitter_url*
String
https://xxx.xxx
{
"code": 200,
"data": {
"app_id": "63846966b2a1455e64da926b",
"banner": "https://metis-middleware-us-east-2.s3.amazonaws.com/0e8429477798478bb041fe5722d1c0bc",
"dapp_url": "https://xxx.xxx",
"discord_url": "https://xxx.xxx",
"id": "63856d6ab2a1456b302a7259",
"introduction": "introduction",
"logo": "https://metis-middleware-us-east-2.s3.amazonaws.com/80884306520040a0bb173ddd82910552",
"medium_url": "http://xxx.xxx",
"telegram_url": "http://xxx.xxx",
"twitter_url": "http://xxx.xxx"
},
"message": "",
"msg": "",
"msgTitle": null
}
Last updated