# Update working file modification date **PUT /actions/working-files/{working_file_id}/modified** Update the modification date of a working file to the current timestamp. Used to track when the file was last modified. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **working_file_id** (string(uuid)) Working file unique identifier ## Responses ### 200: Working file modification date updated successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) Working file unique identifier - **updated_at** (string(date-time)) Updated modification timestamp [Powered by Bump.sh](https://bump.sh)