Skip to content

Commit 894183d

Browse files
authored
Update test ID in examples
the test has expired fixes #83
1 parent 829e6ae commit 894183d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/api/reference.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,9 @@ Here's an example response, truncated for brevity:
509509
```json
510510
{
511511
"data": {
512-
"id": "210328_XiS8_aeebf094c7b9e3c9c681ec509cdaa911",
512+
"id": "230524_BiDcEX_B06",
513513
"url": "http://www.webpagetest.com",
514-
"summary": "https://www.webpagetest.org/results.php?test=210328_XiS8_aeebf094c7b9e3c9c681ec509cdaa911",
514+
"summary": "https://www.webpagetest.org/results.php?test=230524_BiDcEX_B06",
515515
"testUrl": "http://www.webpagetest.com",
516516
"location": "Dulles:Chrome",
517517
"from": "Dulles, VA - <b>Chrome</b> - <b>Cable</b>",
@@ -552,8 +552,8 @@ Here's an example response, truncated for brevity:
552552
<statusText>Ok</statusText>
553553
<webPagetestVersion>20.06</webPagetestVersion>
554554
<data>
555-
<testId>210328_XiS8_aeebf094c7b9e3c9c681ec509cdaa911</testId>
556-
<summary>https://www.webpagetest.org/result/210328_XiS8_aeebf094c7b9e3c9c681ec509cdaa911/</summary>
555+
<testId>230524_BiDcEX_B06</testId>
556+
<summary>https://www.webpagetest.org/result/230524_BiDcEX_B06/</summary>
557557
<testUrl>http://www.webpagetest.com</testUrl>
558558
<location>Dulles:Chrome</location>
559559
<from>
@@ -581,7 +581,7 @@ Here's an example response, truncated for brevity:
581581
```
582582

583583
:::caution
584-
There are a **lot** of [metrics](/metrics) recorded by WebPageTest and exposed via the API. We're working on documenting them all. In the meantime, feel free to poke at some sample results (in either [JSON](https://www.webpagetest.org/jsonResult.php?test=210328_XiS8_aeebf094c7b9e3c9c681ec509cdaa911) or [XML](https://www.webpagetest.org/xmlResult.php?test=210328_XiS8_aeebf094c7b9e3c9c681ec509cdaa911) format) to see what's available.
584+
There are a **lot** of [metrics](/metrics) recorded by WebPageTest and exposed via the API. We're working on documenting them all. In the meantime, feel free to poke at some sample results (in either [JSON](https://www.webpagetest.org/jsonResult.php?test=230524_BiDcEX_B06) or [XML](https://www.webpagetest.org/xmlResult.php?test=230524_BiDcEX_B06) format) to see what's available.
585585
:::
586586

587587
### Full List of Parameters

0 commit comments

Comments
 (0)