Skip to main content
axiom.updateDatasetField updates a field’s name, type, visibility, description, or unit. Supply the field’s current or replacement type; when name is omitted, fieldName is preserved.
automations/axiom-update-dataset-field.automation.ts

Inputs

Output

Returns the complete updated field definition.

Permission and failures

The API token needs the organization-level datasets|update capability and access to the target dataset. Axiom rejects missing fields, unsupported type changes, and invalid names. This mutation is not retried automatically after an ambiguous provider response.