Update a time entry

Log in to see full request history
Path Params
string
required

The time entry uuid

Body Params
string

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

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

The status of the time entry.

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.

Responses

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