Update working file modification date with current date.

PUT /actions/working-files/{working_file_id}/modified

Responses

  • Working file modification date updated

PUT /actions/working-files/{working_file_id}/modified
curl \
 --request PUT http://api.example.com/actions/working-files/{working_file_id}/modified \
 --header "Authorization: $API_KEY"