Skip to content

Commit 6f3d936

Browse files
authored
Merge pull request #80 from WPO-Foundation/jefflembeck-patch-1
fix(api): update `private`
2 parents 70aeb89 + 842f78e commit 6f3d936

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Set to 1 to skip the Repeat View test; set to 0 to run a test against both the f
143143
- `domelement` <small>optional</small>
144144
DOM element to record for sub-measurement.
145145
- `private` <small>optional</small>
146-
Set to 0 to make the test visible in the public history log. Set to 1 to make the test private.
146+
Set to 0 to make the test publicly visible to anybody with the link. Set to 1 to make the test only visible to the user who ran it. (Note, in order to retrieve the test from that point forward, the [API key must be passed](/api/reference/#Authentication)
147147
**Default:** 1
148148
- `web10` <small>optional</small>
149149
Set to 1 to force the test to stop at Document Complete (onLoad).

0 commit comments

Comments
 (0)