update_note_type
Modify fields of an existing note type in Flint Note, including agent instructions, descriptions, and metadata schemas, to maintain updated and organized AI-collaborative note-taking systems.
Instructions
Update one or more fields of an existing note type
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content_hash | Yes | Content hash of the current note type definition to prevent conflicts | |
description | No | New description for the note type | |
instructions | No | New agent instructions for the note type | |
metadata_schema | No | Array of metadata field definitions | |
type_name | Yes | Name of the note type to update | |
vault_id | No | Optional vault ID to operate on. If not provided, uses the current active vault. |