OptionalcontentType?: ContentTypeFormat of the note content. Determines how the note is processed:
Optionaltags?: NewTagsTags to change on the note. Use an empty array of NewActor to remove a tag. Use twistTags to add/remove the twist from tags to avoid clearing other actors' tags.
OptionaltwistTags?: Partial<Record<Tag, boolean>>Add or remove the twist's tags. Maps tag ID to boolean: true = add tag, false = remove tag. This is allowed on all notes the twist has access to.
Optionalmentions?: NewActor[]Change the mentions on the note.
Type for updating existing notes. Must provide either id or key to identify the note to update.