API Release Notes
See Finding Your Alation Version for help determining which version of Alation you're using.
2026.7.1.0 API Release Notes
Update: Custom Fields API
Added support for PATCH in the Custom Field public API endpoint:
- Endpoint:
/integration/v2/custom_field/{id}/ - New capability: Partially update existing custom field metadata without recreating the field.
This update enables integrations to update custom field definitions in place, reducing operational overhead and eliminating the need to delete/recreate fields for metadata-only changes.
You can now update the following fields:
name_singularname_pluraloptionstooltip_textbackref_namebackref_tooltip_text
Validation and behavior
- PATCH requests enforce field-type-specific validation (for example, picker and object-set constraints).
- Immutable properties are protected; attempts to modify them are ignored:
field_typeallow_multipleallowed_otypesbuiltin_name
Updated 5 days ago
Did this page help you?