From 1006b3aed1b408aa9eef298645da0a33017ff0ff Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 12 Nov 2015 16:34:46 +0100 Subject: [PATCH] Make it explicit that finished is set to true on failures too Apparently it's not obvious, as today I was talking to people confused by it. Change-Id: I9b518973057ba064ff55678ff2cb9a892b4ce05e --- HTTP-API.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HTTP-API.rst b/HTTP-API.rst index bfc96a5ca..363e683e7 100644 --- a/HTTP-API.rst +++ b/HTTP-API.rst @@ -48,6 +48,7 @@ Response: Response body: JSON dictionary with keys: * ``finished`` (boolean) whether introspection is finished + (``true`` on introspection completion or if it ends because of an error) * ``error`` error string or ``null`` Get Introspection Data