Details of the options to update for a custom field.

interface UpdateCustomFieldOption {
    contextId: number;
    fieldId: string;
    options?: Version2.Version2Models.CustomFieldOptionUpdate[];
}

Hierarchy (view full)

Properties

contextId: number

The ID of the context.

fieldId: string

The ID of the custom field.

Details of the options to update.