Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 638 Bytes

File metadata and controls

14 lines (9 loc) · 638 Bytes

DiffResponse

Properties

Name Type Description Notes
from Option<i32> The version number being diffed from.
to Option<i32> The version number being diffed to.
format Option<String> The format the diff is being returned in (text, html or html_simple).
diff Option<String> The differences between two specified service versions. Returns the full config if the version configurations are identical.

[Back to API list] [Back to README]