ApplyRevisionsOptions
Leave feedback
ApplyRevisionsOptions data structure defines options for applying revisions using “PUT” /comparison/revisions API method
ApplyRevisionsOptions example:
{
'SourceFile': {
'FilePath': 'source_files/word/source_with_revs.docx'
},
'Revisions': [
{
'Id': 0,
'action': 'Accept'
},
{
'Id': 1,
'action': 'Accept'
},
],
'OutputPath': 'output/result.docx'
}
Name | Description |
---|---|
SourceFile | Information about source file |
Revisions | Array of revision settings |
OutputPath | Path to the output document |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.