it"update information of comment thread and mark thread as read"do
thread=CommentThread.first
user=create_test_user(42)
put"/api/v1/threads/#{thread.id}",body: "new body",title: "new title",commentable_id: "new_commentable_id",thread_type: "question",read: true,user_id: user.id