Update a table
Update a table.
Documentation Index
Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token authentication using your API key
Body
Human-readable name (e.g. "Companies"). 1-128 chars.
1 - 128Uppercase alphanumeric prefix used to render record IDs (e.g. LEAD → LEAD-42). Unique per org. 1-16 chars.
1 - 16^[A-Z][A-Z0-9]{0,15}$Optional long-form description of what the table represents.
512Encoded id of the TableField whose value renders as the record headline. Must belong to this table and not be archived. Pass null to clear.
128Visibility flag. Archived tables are hidden from default lists. No effect on records, fields, or behavior; reversible at any time.
Response
custom, contacts, chats, users The name of the table.
"Companies"
The description of the table.
"Companies are organizations that own and manage other organizations."
The prefix of the record.
"LEAD"
The id of the display field.
Whether the table is archived.
- Option 1
- Option 2