Interface BulkCustomFieldOptionUpdateRequest

Details of the options to update for a custom field.

interface BulkCustomFieldOptionUpdateRequest {
    options?: CustomFieldOptionUpdate[];
}

Properties

Properties

Details of the options to update.