time_entry_set: Replace a time entry

View source: R/time-entry.R

time_entry_setR Documentation

Replace a time entry

Description

This does not update the time entry. It uses the same time entry ID but sets all details from scratch.

Usage

time_entry_set(
  time_entry_id,
  project_id = NULL,
  start,
  end = NULL,
  description = NULL
)

Arguments

time_entry_id

Time entry ID

project_id

Project ID

start

Start time

end

End time

description

Description


clockify documentation built on Sept. 2, 2023, 9:08 a.m.