Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site/en/docs/versionhistory/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ List all platform and channel combinations:
GET https://versionhistory.googleapis.com/v1/chrome/platforms/all/channels
```

List all versions for all platform and channel combinations.
List all versions for all platform and channel combinations:

```http
GET https://versionhistory.googleapis.com/v1/chrome/platforms/all/channels/all/versions
Expand All @@ -46,7 +46,7 @@ GET https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/stabl
List all versions for Windows in `stable`, `beta`, and `dev` channels:

```http
GET https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/all/versions/?filter=channel<=dev
GET https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/all/versions?filter=channel<=dev
```

## Release
Expand All @@ -73,4 +73,4 @@ List all releases for Windows in the `stable` channel that reached 100% rollout:

```http
GET https://versionhistory.googleapis.com/v1/chrome/platforms/win/channels/stable/versions/all/releases?filter=fraction=1
```
```