upsert_dictionary_word
Add or update glossary entries in your ERD dictionary, normalizing physical words to uppercase and rejecting linked standard dictionaries.
Instructions
Adds a glossary entry (upsert by logicalWord) or updates one (entryId given). Physical words are normalized to uppercase. Standard-linked (glossaryLink) dictionaries are rejected with dictionary_is_linked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Target ERD — exactly one of a local file ({file}) or a server ERD ({erdId}) | |
| entryId | No | ||
| description | No | ||
| englishName | No | ||
| logicalWord | Yes | ||
| abbreviation | No | ||
| physicalWord | Yes |