Update table properties using JSON Patch operations (add, remove, replace) to modify metadata fields like description, owners, tags, and custom properties via the Collate REST API.
PATCH /v1/tables/name/{fqn} to update by fully qualified name.
snowflake_prod.analytics.public.customers).service.database.schema.table.| Code | Error Type | Description |
|---|---|---|
400 | BAD_REQUEST | Invalid JSON patch or malformed request |
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to update this table |
404 | NOT_FOUND | Table with given ID or FQN does not exist |
409 | CONFLICT | Concurrent modification detected |