Update working file modification date with current date.

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

Responses

  • 200

    Working file modification date updated

PUT /actions/working-files/{working_file_id}/modified
curl \
 -X PUT http://localhost:8080/api/actions/working-files/{working_file_id}/modified \
 -H "Authorization: $API_KEY"