Update a time entry

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The time entry uuid

Body Params
string
enum

The time entry type, either logging time to a project or time off

Allowed:
date

The date of the time entry. Should be in the form YYYY-MM-DD.

int32

The number of minutes for the time entry, must be a whole number between 1 and 1440.

string

The member ID (uuid) of the member for this time entry.

string
enum

The status of the time entry.

Allowed:
string

Any notes with the associated entry. May be required depending on the project configuration.

string

The project ID (uuid) of the project for the time entry. Must be provided if the typeId is changed to project_time.

string

The role ID (uuid) of the project role for the time entry. May be required depending on the project configuration.

string

The task ID (uuid) of the project task for the time entry. May be required depending on the project configuration.

string

The time off type ID (uuid) of the time off type for the time entry. Must be provided if the typeId is changed to time_off.

string

The local start time of the time entry in HH:mm (24-hour) format. Used with endTime to calculate minutes if not provided.

string

The local end time of the time entry in HH:mm (24-hour) format. Must be after startTime when is set.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json