I think this actually addresses the issue but not linking in case you notice that something is not done.
Both Add File and Update or Restore File use the same base class ImportOptions in the request and response.
The Edit File is using a String for the path parameter not an Enum.
Add support for docx file import options.
Part of #119.
I think this actually addresses the issue but not linking in case you notice that something is not done. Both
Add File
andUpdate or Restore File
use the same base classImportOptions
in the request and response. TheEdit File
is using aString
for thepath
parameter not anEnum
.