# Update Dapp Promotion

## Update Dapp Promotion

<mark style="color:green;">`POST`</mark> `/api/v1/oauth2/nft/update_dapp_promotion`

#### Headers

| Name                                           | Type   | Description  |
| ---------------------------------------------- | ------ | ------------ |
| Access-Token<mark style="color:red;">\*</mark> | String | access token |

#### Request Body

| Name                                            | Type      | Description                                                                            |
| ----------------------------------------------- | --------- | -------------------------------------------------------------------------------------- |
| app\_id<mark style="color:red;">\*</mark>       | String    | app id                                                                                 |
| banner<mark style="color:red;">\*</mark>        | String\[] | <https://metis-middleware-us-east-2.s3.amazonaws.com/0e8429477798478bb041fe5722d1c0bc> |
| dapp\_url<mark style="color:red;">\*</mark>     | String    | <https://xxx.xxx>                                                                      |
| discord\_url<mark style="color:red;">\*</mark>  | String    | <https://xxx.xxx>                                                                      |
| introduction<mark style="color:red;">\*</mark>  | String    | introduction                                                                           |
| logo<mark style="color:red;">\*</mark>          | String    | <https://metis-middleware-us-east-2.s3.amazonaws.com/80884306520040a0bb173ddd82910552> |
| medium\_url<mark style="color:red;">\*</mark>   | String    | <https://xxx.xxx>                                                                      |
| telegram\_url<mark style="color:red;">\*</mark> | String    | <https://xxx.xxx>                                                                      |
| twitter\_url<mark style="color:red;">\*</mark>  | String    | <https://xxx.xxx>                                                                      |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "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
}
```

{% endtab %}
{% endtabs %}
