Add preview metadata to given task. The preview file itself should be
uploaded afterward.
Revision is automatically set: it is equal to last revision + 1. It can
be also set manually.
Path parameters
-
task_id
Required -
comment_id
Required
POST
/actions/tasks/{task_id}/comments/{comment_id}/add-preview
curl \
--request POST 'http://api.example.com/actions/tasks/{task_id}/comments/{comment_id}/add-preview' \
--header "Authorization: $API_KEY"