Skip to content

Commit

Permalink
Fixed typos, added new properties in ConfigSaved event (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliterok authored Jul 17, 2021
1 parent dd1bec2 commit 9fa2021
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions events/configsaved.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ itself.
"type": "ConfigSaved",
"time": "2014-12-13T00:09:13.5166486Z",
"data": {
"Version": 7,
"Options": {"..."},
"GUI": {"..."},
"Devices": [{"..."}],
"Folders": [{"..."}]
"version": 7,
"folders": [{"..."}],
"devices": [{"..."}],
"gui": {"..."},
"ldap": {"..."},
"options": {"..."},
"remoteIgnoredDevices": [{"..."}],
"defaults": {"..."}
}
}

0 comments on commit 9fa2021

Please sign in to comment.