# Update NFT Promotion

## Update NFT Promotion

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

#### Headers

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

#### Request Body

| Name                                            | Type      | Description                                                                                                                                     |
| ----------------------------------------------- | --------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| Levels<mark style="color:red;">\*</mark>        | String\[] | <p>{</p><p>"desc": "level1 Introduction2",</p><p>"level": 1</p><p>},</p><p>{</p><p>"desc": "level2 Introduction2",</p><p>"level": 2</p><p>}</p> |
| telegram\_url<mark style="color:red;">\*</mark> | String    | <https://xxx.xxx>                                                                                                                               |
| twitter\_url<mark style="color:red;">\*</mark>  | String    | <https://xxx.xxx>                                                                                                                               |
| discord\_url                                    | String    | <https://xxx.xxx>                                                                                                                               |

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

```javascript
{
    "code": 200,
    "data": null,
    "message": "",
    "msg": "",
    "msgTitle": null
}
```

{% endtab %}
{% endtabs %}
