Update comment on given working file.

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

Body

Responses

  • Comment updated on given working file

PUT /actions/working-files/{working_file_id}/comment
curl \
 -X PUT http://localhost:8080/api/actions/working-files/{working_file_id}/comment \
 -d '{"comment":"string"}'
Request examples
{
  "comment": "string"
}