update_rom_note
Update chosen fields of a RomM note for a ROM: title, content, tags, or public status, while preserving unspecified fields.
Instructions
Update only the explicit fields supported by RomM notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| rom_id | Yes | ||
| content | No | ||
| note_id | Yes | ||
| is_public | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| tags | No | ||
| title | No | ||
| rom_id | No | ||
| content | No | ||
| user_id | No | ||
| username | No | ||
| is_public | No | ||
| created_at | No | ||
| updated_at | No |