romm_update_note
Update a ROM's note by changing title, content, tags, or visibility. Specify the ROM ID and note ID to target the note.
Instructions
Edit an existing note. Only the fields you provide are changed.
rom_id: The ROM's ID. note_id: The note's ID (from romm_rom_notes). title: New title (empty = unchanged). content: New body (empty = unchanged). tags: New tag list (omit to leave unchanged). is_public: New visibility (omit to leave unchanged).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rom_id | Yes | ||
| note_id | Yes | ||
| title | No | ||
| content | No | ||
| tags | No | ||
| is_public | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |