Update comment on given working file.

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

Body

Responses

  • 200

    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 \
 -H "Authorization: $API_KEY" \
 -d '{"comment":"string"}'
Request example
{
  "comment": "string"
}