Update comment on given working file.

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

Path parameters

  • working_file_id Required

Responses

  • 200

    Comment updated on given working file

PUT /actions/working-files/{working_file_id}/comment
curl \
 --request PUT 'http://api.example.com/actions/working-files/a24a6ea4-ce75-4665-a070-57453082c25/comment' \
 --header "Authorization: $API_KEY"