host.table.model_set
Annotate a declared table or one of its columns -- the next describe merges this back in (an annotation's role wins over the inferred one; unit/description are added; hidden marks a column to omit from a summary). key must be one of role, unit, description, hidden.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | One of role, unit, description, hidden. | |
| table | Yes | Name of the declared table to annotate. | |
| value | Yes | The annotation's value. | |
| column | No | Column name to annotate; omit for a table-level annotation. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |