Entity Type API
Update Entity Type Field
Update an entity type field: rename it (set name) and/or change its data type (set data_type, plus enum_options when the new type is ENUM/MULTI_SELECT). At most one attribute may change per request. This is an asynchronous schema migration: the response contains schema_migration_id, which you poll via Get Schema Migration to track completion.
put/v2/entity-type-fields/{id}
Path parameters
idstring required
The ID of the entity type field to update.
Request body
Response
Success