# Update NFT Badge Issue Info

## Update NFT Badge Issue Info

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

whitelist\_type:\
1: Issue Redemption Code\
2: Issue Unique Link with QR Code\
3: White List (wallet address)

#### Headers

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

#### Request Body

| Name                                                | Type      | Description                                                                                                                                                                              |
| --------------------------------------------------- | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| whitelist\_type<mark style="color:red;">\*</mark>   | Int       | 2                                                                                                                                                                                        |
| start\_date\_ts<mark style="color:red;">\*</mark>   | Int       | 0                                                                                                                                                                                        |
| end\_date\_ts<mark style="color:red;">\*</mark>     | Int       | 0                                                                                                                                                                                        |
| desc<mark style="color:red;">\*</mark>              | String    | Event Description                                                                                                                                                                        |
| contract\_address<mark style="color:red;">\*</mark> | String    | contract address                                                                                                                                                                         |
| issue\_amount<mark style="color:red;">\*</mark>     | Int       | 10                                                                                                                                                                                       |
| levels<mark style="color:red;">\*</mark>            | String\[] | <p>\[</p><p>{</p><p>  "level":1,</p><p>   "requirement": "Level  1 Requirement"</p><p>},</p><p>{</p><p>   "level":2,</p><p>   "requirement": "Level  2  Requirement"</p><p>}</p><p>]</p> |

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

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

{% endtab %}
{% endtabs %}
