PUT Method Details for Update.
Updates the specified time tracker API update model detail.
Definition
https://app[x].timelog.com/[account name]/api/v{version}/time-tracker
Parameters
-
timeTrackerApiUpdateModelDetail object The time tracker API update model detail.
- AdditionalTextField string Gets or sets the additional text field
- Comment string Gets or sets the comment.
- EntityID integer Gets or sets the entity identifier.
- EntityType integer Gets or sets the type of the entity.
- Factor number Gets or sets the factor
- IsBillable boolean Gets or sets the is billable.
- TimeTrackerID integer Gets or sets the time tracker identifier.
- version string The requested API version
Returns
-
[200] OK
- AdditionalTextField string Gets or sets the additional text field
- Comment string Gets or sets the comment.
- EntityID integer Gets or sets the entity identifier.
- EntityType integer Gets or sets the type of the entity.
- Factor number Gets or sets the factor
- IsBillable boolean Gets or sets the is billable.
- TimeTrackerID integer Gets or sets the time tracker identifier.
- [401] Invalid authentication token
-
[500] Request to Update has failed
- Code integer Gets the code.
- Details array Gets the details.
- Message string Gets the message.
- Parameters string Gets the parameters.
- Url string Gets the URL.