Skip to content

Commit 5ff792d

Browse files
feat(playintegrity): update the api
#### playintegrity:v1 The following keys were added: - schemas.RequestDetails.properties.requestHash.type (Total Keys: 1)
1 parent 1a962ac commit 5ff792d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/dyn/playintegrity_v1.v1.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ <h3>Method Details</h3>
129129
],
130130
},
131131
&quot;requestDetails&quot;: { # Contains the integrity request information. # Required. Details about the integrity request.
132-
&quot;nonce&quot;: &quot;A String&quot;, # Required. Nonce that was provided in the request (which is base64 web-safe no-wrap).
132+
&quot;nonce&quot;: &quot;A String&quot;, # Nonce that was provided in the request (which is base64 web-safe no-wrap).
133+
&quot;requestHash&quot;: &quot;A String&quot;, # Request hash that was provided in the request.
133134
&quot;requestPackageName&quot;: &quot;A String&quot;, # Required. Application package name this attestation was requested for. Note: This field makes no guarantees or promises on the caller integrity. For details on application integrity, check application_integrity.
134135
&quot;timestampMillis&quot;: &quot;A String&quot;, # Required. Timestamp, in milliseconds, of the integrity application request.
135136
},

googleapiclient/discovery_cache/documents/playintegrity.v1.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
}
139139
}
140140
},
141-
"revision": "20221214",
141+
"revision": "20230107",
142142
"rootUrl": "https://playintegrity.googleapis.com/",
143143
"schemas": {
144144
"AccountActivity": {
@@ -289,7 +289,11 @@
289289
"id": "RequestDetails",
290290
"properties": {
291291
"nonce": {
292-
"description": "Required. Nonce that was provided in the request (which is base64 web-safe no-wrap).",
292+
"description": "Nonce that was provided in the request (which is base64 web-safe no-wrap).",
293+
"type": "string"
294+
},
295+
"requestHash": {
296+
"description": "Request hash that was provided in the request.",
293297
"type": "string"
294298
},
295299
"requestPackageName": {

0 commit comments

Comments
 (0)