Skip to content

Commit a5fa6c2

Browse files
authored
Merge pull request #49 from pmeenan/metadata
Added metadata to the API params
2 parents d5dce2d + 81aadcb commit a5fa6c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/api/reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ Set to 1 to use Chrome's built-in traffic-shaping instead of the packet-level ne
270270
- `wappalyzer` <small>optional</small>
271271
Set to 1 to run [Wappalyzer](https://www.wappalyzer.com/) to identify what technologies are used on a page. If set to 0, WebPageTest will skip the Wappalyzer detection phase (resulting in faster test results).
272272
**Default:** 1
273+
- `metadata` <small>optional</small>
274+
String (up to 10KB) that will be stored with the test result and echoed back as "metadata" in the page data of the API results (JSON, HAR and XML). If the string is encoded JSON, then the decoded JSON data will be used instead of the raw string.
273275
:::
274276

275277

0 commit comments

Comments
 (0)