### API Request Example

To update a board, you can use the following cURL command:

```bash
curl --request PATCH \
     --url https://api.air.inc/v1/boards/boardId \
     --header 'content-type: application/json'
```

### Additional Information  
- **boardId**: The id of the board (string, required)  
- **title**: (string)  
- **description**: (string)  
- **parentBoardId**: (string | null) The id of the parent board that this board will be a child of

### Notes  
- The request is designed to update the board details.  
- Make sure to replace `boardId` with the actual ID of the board you want to update.

---

#### Feedback  
If you found this page helpful, please let us know.
