Creates a new attribute on either an object.
Whether the attributes are on an object.
objects A UUID or slug to identify the object.
The name of the attribute.
A text description for the attribute.
The type of the attribute. This value affects the possible config values.
When is_required is true, new records/entries must have a value for this attribute. If false, values may be null. This value does not affect existing data and you do not need to back-fill null values if changing is_required from false to true.
Whether or not new values for this attribute must be unique. Uniqueness restrictions are only applied to new data and do not apply retroactively to previously created data.
Whether or not this attribute can have multiple values. Multiselect is only available on some value types.
The default value for the attribute.
Success