# Set Notepad

## Set Notepad

<mark style="color:green;">`POST`</mark> `https://therocketcad.com/api/1.1/wf/cad_notepad`

This endpoint allows you to set the notepad of a user

#### Request Body

| Name        | Type   | Description                                                             |
| ----------- | ------ | ----------------------------------------------------------------------- |
| CommunityID | string | The ID of the Community (Found on <https://therocketcad.com/integrate>) |
| ServerID    | string | The ID of the Server (Found on Owner Panel > FiveM Integration)         |
| SteamHex    | string | The Steam Hex of the User                                               |
| Notepad     | string | The Notepad Value you wish to set                                       |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
Connection successful!
```

{% endtab %}
{% endtabs %}
