PUT Method Details for Update.
Update external system by external system identifier
Definition
https://app[x].timelog.com/[account name]/api/v{version}/external-systems/{externalSystemID}
Parameters
- externalSystemID integer External system identifier
-
externalSystemUpdateModel object External system update model
- Description string Gets or sets the description.
- Name string Gets or sets the name.
- version string The requested API version
Returns
-
[200] External system is updated successfully
- Description string Gets or sets the description.
- Name string Gets or sets the name.
- [401] Invalid authentication token
-
[500] External system could not be updated
- 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.