From efe2129c69411d9da6e98c74afa936abfb2adfa5 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Tue, 6 Nov 2018 12:32:02 +0000 Subject: [PATCH] Run //hack:update-reference-docs Signed-off-by: James Munnelly --- docs/generated/reference/output/reference/api-docs/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/generated/reference/output/reference/api-docs/index.html b/docs/generated/reference/output/reference/api-docs/index.html index e9efee496..90ac3cd49 100755 --- a/docs/generated/reference/output/reference/api-docs/index.html +++ b/docs/generated/reference/output/reference/api-docs/index.html @@ -562,6 +562,10 @@ Appears In: Presented will be set to true if the challenge values for this challenge are currently 'presented'. This does not imply the self check is passing. Only that the values have been 'submitted' for the appropriate challenge mechanism (i.e. the DNS01 TXT record has been presented, or the HTTP01 configuration has been configured). +processing
boolean +Processing is used to denote whether this challenge should be processed or not. This field will only be set to true by the 'scheduling' component. It will only be set to false by the 'challenges' controller, after the challenge has reached a final state or timed out. If this field is set to false, the challenge controller will not take any more action. + + reason
string Reason contains human readable information on why the Challenge is in the current state.