Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "5a7add6", "specHash": "d028758", "version": "10.10.0" }
{ "engineHash": "2e559a0", "specHash": "d028758", "version": "10.10.0" }
2 changes: 1 addition & 1 deletion docs/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the endpoint docs at
<!-- sample post_notes_convert_v2026.0 -->

```ts
await downscopedClient.notes.createNoteConvertV2026R0({
await client.notes.createNoteConvertV2026R0({
content: markdownContent,
contentFormat: 'markdown' as NotesConvertRequestBodyV2026R0ContentFormatField,
parent: new FolderReferenceV2026R0({ id: '0' }),
Expand Down
Loading
Loading