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

source code

Renames the set of log entries.

Arguments:

  • id - The log id to update the field names for. Looks for the current active log
  • api_key - If specified, unify API key to be used. Defaults to the value in the
  • kwargs - The field names to update in the log, with keys as old names and values

Returns:

A message indicating whether the log field names were successfully updated.