daisyDiffRequest
Namespace: |
http://www.gentics.com/rest |
XML Schema: |
ns0.xsd |
Class representing a daisyDiff request sent to DiffResource. Encapsulates request data.
XML
Elements
name (type) |
min/max occurs |
description |
older (string)
|
0/1 |
Get the older version of the html document to be diff'ed.
|
newer (string)
|
0/1 |
Get the newer version of the html document to be diff'ed.
|
ignoreRegex (string)
|
0/1 |
Return the ignore regex that will be used to sanitize the content before the diff is invoked.
|
JSON
property |
type |
description |
older |
older (string)
|
Get the older version of the html document to be diff'ed.
|
newer |
newer (string)
|
Get the newer version of the html document to be diff'ed.
|
ignoreRegex |
ignoreRegex (string)
|
Return the ignore regex that will be used to sanitize the content before the diff is invoked.
|