put
https://api.safetyculture.io/assets/v1/types//fields
Update which fields are associated with an asset type. Use the replace_all parameter to control whether you replace all associations or merge with existing ones. Removing a field from a type does not delete field values on existing assets.
Replace vs. merge behavior
- replace_all: true: Replaces all existing field associations with the provided
field_ids. Fields not in the list are removed from the type. - replace_all: false: Merges the provided
field_idswith existing associations. Existing associations remain, new ones are added.