diff options
author | Ivan Ristić <ivanr@webkreator.com> | 2015-11-10 12:19:56 +0000 |
---|---|---|
committer | Ivan Ristić <ivanr@webkreator.com> | 2015-11-10 12:19:56 +0000 |
commit | cd069738fdefffa7f084fcd8709efa01c68540b0 (patch) | |
tree | 2b77c8a9a9caad47a620f74b130a83d6f3f92341 /ssllabs-api-docs.md | |
parent | cc5d0aff9e115916befd6bacd446c9b71449bfd0 (diff) | |
parent | 5c9847a795265a9c5171c313f491d69ae4ab3869 (diff) | |
download | ssllabs-scan-cd069738fdefffa7f084fcd8709efa01c68540b0.zip ssllabs-scan-cd069738fdefffa7f084fcd8709efa01c68540b0.tar.gz ssllabs-scan-cd069738fdefffa7f084fcd8709efa01c68540b0.tar.bz2 |
Merge pull request #249 from relaxnow/patch-1
Fix incorrectly named field "engineVersion".
Diffstat (limited to 'ssllabs-api-docs.md')
-rw-r--r-- | ssllabs-api-docs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssllabs-api-docs.md b/ssllabs-api-docs.md index 0625bac..a88c7c8 100644 --- a/ssllabs-api-docs.md +++ b/ssllabs-api-docs.md @@ -263,7 +263,7 @@ The remainder of the document explains the structure of the returned objects. Th ### Info ### -* **version** - SSL Labs software version as a string (e.g., "1.11.14") +* **engineVersion** - SSL Labs software version as a string (e.g., "1.20.28") * **criteriaVersion** - rating criteria version as a string (e.g., "2009f") * **maxAssessments** - the maximum number of concurrent assessments the client is allowed to initiate. * **currentAssessments** - the number of ongoing assessments submitted by this client. |