- HTTP request
- Query parameters
- Request body
- Response body
- Authorization scopes
- RevisionStatus
- Try it!
Checks whether the games client is out of date.
HTTP request
GET https://games.googleapis.com/games/v1/revisions/check
Query parameters
| Parameters | |
|---|---|
| clientRevision | 
 Required. The revision of the client SDK used by your application. Format:  | 
Request body
The request body must be empty.
Response body
A third party checking a revision response.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "kind": string,
  "revisionStatus": enum ( | 
| Fields | |
|---|---|
| kind | 
 Uniquely identifies the type of this resource. Value is always the fixed string  | 
| revisionStatus | 
 The result of the revision check. | 
| apiVersion | 
 The version of the API this client revision should use when calling API methods. | 
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/games
- https://www.googleapis.com/auth/games_lite
For more information, see the OAuth 2.0 Overview.
RevisionStatus
Defines result of the revision check.
| Enums | |
|---|---|
| OK | The revision being used is current. | 
| DEPRECATED | There is currently a newer version available, but the revision being used still works. | 
| INVALID | The revision being used is not supported in any released version. | 
