<!-- Generated by box-gantry. DO NOT EDIT. -->
# NotesManager
Reach these methods through the `notes` field on `client::Client`.
## convert
`POST /notes/convert`
**Request body** (`application/json`): `NotesConvertRequestBody`
**Returns:** `NotesConvertResponse`
**Example**
```rust
let result = client.notes.convert(schemas::NotesConvertRequestBody { /* … */ }).await?;
```