Add a preview to given comment.

POST /actions/tasks/{task_id}/comments/{comment_id}/preview-files/{preview_file_id}

Path parameters

Responses

  • 201

    Preview added to given comment

POST /actions/tasks/{task_id}/comments/{comment_id}/preview-files/{preview_file_id}
curl \
 -X POST http://localhost:8080/api/actions/tasks/{task_id}/comments/{comment_id}/preview-files/{preview_file_id} \
 -H "Authorization: $API_KEY"