# Set task to review **PUT /actions/tasks/{task_id}/to-review** Create a new preview file entry and set the path from the disk. Optionally change the task status. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **task_id** (string(uuid)) ## Body parameters Content-type: application/json - **person_id** (string(uuid)) - **comment** (string) - **name** (string) - **revision** (integer) - **change_status** (boolean) ## Responses ### 200: Task set to review and preview created #### Body Parameters: application/json (object) - **id** (string(uuid)) - **name** (string) - **task_type_id** (string(uuid)) - **task_status_id** (string(uuid)) - **entity_id** (string(uuid)) - **project_id** (string(uuid)) - **assignees** (array[string(uuid)]) ### 400: Invalid person or parameters [Powered by Bump.sh](https://bump.sh)