Skip to main content

SzConfigTool_setDistinctCall

Function SzConfigTool_setDistinctCall 

Source
#[unsafe(no_mangle)]
pub extern "C" fn SzConfigTool_setDistinctCall( config_json: *const c_char, dfcall_id: i64, updates_json: *const c_char, ) -> SzConfigTool_result
Expand description

Set (update) a distinct call

Note: This is a stub function - not implemented in Python version.

§Parameters

  • config_json: Configuration JSON string
  • dfcall_id: Distinct call ID to update
  • updates_json: JSON object with fields to update

§Returns

SzConfigTool_result with modified config or error

§Memory

Caller must free result.response with SzConfigTool_free()