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

source code

Updates versions to the set of log entries.

Arguments:

  • id - The log id to version 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 and versions to update in the log, with keys as field

Returns:

A message indicating whether the log fields were successfully re-versioned.