diff options
-rw-r--r-- | ssllabs-api-docs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssllabs-api-docs.md b/ssllabs-api-docs.md index 81eea86..be09b64 100644 --- a/ssllabs-api-docs.md +++ b/ssllabs-api-docs.md @@ -481,8 +481,8 @@ The HstsPreload object contains preload HSTS status of one source for the curren * **includeSubDomains** - true if the includeSubDomains directive is set; null otherwise * **reportUri** - the report-uri value from the policy * **pins[]** - list of all pins used by the policy -* **matchedPins[]** - list of pins that match the current configuration -* **directives[][]** - list of raw policy directives +* **matchedPins[]** - list of pins that match the current configuration; each list entry contains an object with two fields, `hashFunction` and `value` (hex-encoded) +* **directives[][]** - list of raw policy directives (name-value pairs) ### DrownHosts ### |