PUT /File/Touch/{id}/

Updates the last modified time of the file with the specified ID.
 

Request

Method Request URI
PUT /API/File/Touch/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The ID of the current session.

Path Parameters

Path Parameter Description
id The ID of the file to update.

Request Body

There is no Request Body for this function.

Response

Response Body

A status code indicating success or the reason for failure.