| 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. |