def replace_log_entries(
    id: Optional[int] = None,
    api_key: Optional[str] = None,
    **kwargs,
) -> Dict[str, str]:

source code

Replaces existing entries in an existing log.

Arguments:

  • id - The log id to replace fields for. Looks for the current active log if no
  • api_key - If specified, unify API key to be used. Defaults to the value in the
  • kwargs - The data to update in the log.

Returns:

A message indicating whether the log was successfully updated.