Marks a file as no longer being read by the current user.

Code samples

require 'rest-client'
require 'json'

headers = {
  'Content-Type' => 'application/x-www-form-urlencoded'
}

result = RestClient.post 'https://fusion.oxygenxml.com/api/author/files/markunread',
  params: {
  }, headers: headers

p JSON.parse(result)
import requests
headers = {
  'Content-Type': 'application/x-www-form-urlencoded'
}

r = requests.post('https://fusion.oxygenxml.com/api/author/files/markunread', headers = headers)

print(r.json())

POST /api/author/files/markunread

Body parameter

filePath: string
taskId: string