Skip to content

Commit 0e03062

Browse files
yoshi-automationleahecole
authored andcommitted
fix(digitalassetlinks): update the API
#### digitalassetlinks:v1 The following keys were changed: - schemas.CheckResponse.properties.errorCode.description
1 parent 93b5e1f commit 0e03062

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/digitalassetlinks-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
}
211211
}
212212
},
213-
"revision": "20250405",
213+
"revision": "20250802",
214214
"rootUrl": "https://digitalassetlinks.googleapis.com/",
215215
"schemas": {
216216
"AndroidAppAsset": {
@@ -337,7 +337,7 @@
337337
"type": "string"
338338
},
339339
"errorCode": {
340-
"description": "Error codes that describe the result of the Check operation.",
340+
"description": "Error codes that describe the result of the Check operation. NOTE: Error codes may be populated even when `linked` is true. The error codes do not necessarily imply that the request failed, but rather, specify any errors encountered in the statements file(s) which may or may not impact whether the server determines the requested source and target to be linked.",
341341
"items": {
342342
"enum": [
343343
"ERROR_CODE_UNSPECIFIED",

src/apis/digitalassetlinks/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export namespace digitalassetlinks_v1 {
208208
*/
209209
debugString?: string | null;
210210
/**
211-
* Error codes that describe the result of the Check operation.
211+
* Error codes that describe the result of the Check operation. NOTE: Error codes may be populated even when `linked` is true. The error codes do not necessarily imply that the request failed, but rather, specify any errors encountered in the statements file(s) which may or may not impact whether the server determines the requested source and target to be linked.
212212
*/
213213
errorCode?: string[] | null;
214214
/**

0 commit comments

Comments
 (0)