# Update working file comment **PUT /actions/working-files/{working_file_id}/comment** Update the comment on a specific working file. Comments provide context about changes made to the working file. ## 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 ## Body parameters Content-type: application/json - **comment** (string) Working file comment ## Responses ### 200: Working file comment updated successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) Working file unique identifier - **comment** (string) Updated comment - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)