@webitel/api-services
    Preparing search index...

    Type Alias UpdateCaseParams

    Generated by orval v8.5.3 🍺 Do not edit manually. Webitel API OpenAPI spec version: 24.04.0

    type UpdateCaseParams = {
        disableTrigger?: boolean;
        fields?: string[];
        xJsonMask?: string[];
    }
    Index

    Properties

    disableTrigger?: boolean

    Indicates whether to disable the trigger after the application execution. Default is false (trigger will be executed). Set to true to explicitly prevent the trigger from running (e.g., when called from another trigger or internal flow).

    [WTEL-7055]

    fields?: string[]

    List of fields to include in the response.

    xJsonMask?: string[]

    List of JSON fields to update.