Skip to content

Commit

Permalink
Fix director fetching matches description
Browse files Browse the repository at this point in the history
googleforgames/open-match#1056
In v0.9.0 and later, the FetchMatchesRequest takes a single MatchProfile.
  • Loading branch information
shirhxio committed Feb 22, 2022
1 parent 7f07502 commit 898610e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/en/docs/Guides/Matchmaker/director.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Here are the key interactions the Director has with Open Match:

### Fetching Matches

The Director can fetch matches for one or more MatchProfiles using the following API on Open Match Backend:
The Director can fetch matches for a MatchProfile using the following API on Open Match Backend:

```proto
rpc FetchMatches(FetchMatchesRequest) returns (stream FetchMatchesResponse) {
Expand All @@ -27,7 +27,7 @@ rpc FetchMatches(FetchMatchesRequest) returns (stream FetchMatchesResponse) {
}
```

The request to fetch matches provides a FunctionConfig and one or more MatchProfile.
The request to fetch matches provides a FunctionConfig and a MatchProfile.

#### FunctionConfig

Expand Down

0 comments on commit 898610e

Please sign in to comment.