In this way, the JSON representation of our objects is more uniform, leading to simpler code and potentially simpler clients.
Signed-off-by: Klaus Aehlig <[email protected]> --- doc/design-repaird.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design-repaird.rst b/doc/design-repaird.rst index 6dad3e7..67fe45b 100644 --- a/doc/design-repaird.rst +++ b/doc/design-repaird.rst @@ -189,7 +189,7 @@ Returns the list of supported protocol versions, initially just ``[1]``. Returns a list of all non-cleared incidents. Each incident is reported as a JSON object with at least the following information. -- ``id`` The unique identifier assigned to the event. +- ``uuid`` The unique identifier assigned to the event. - ``node`` The UUID of the node on which the even was observed. -- 2.5.0.rc2.392.g76e840b
