Skip to content

Commit 121ef14

Browse files
fix(firebaseappdistribution): update the API
#### firebaseappdistribution:v1alpha The following keys were changed: - resources.projects.resources.apps.resources.testCases.methods.batchDelete.description - schemas.GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest.description
1 parent 49c18df commit 121ef14

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/firebaseappdistribution-v1alpha.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@
592592
"testCases": {
593593
"methods": {
594594
"batchDelete": {
595-
"description": "Delete test cases.",
595+
"description": "Deletes multiple test cases.",
596596
"flatPath": "v1alpha/projects/{projectsId}/apps/{appsId}/testCases:batchDelete",
597597
"httpMethod": "POST",
598598
"id": "firebaseappdistribution.projects.apps.testCases.batchDelete",
@@ -812,7 +812,7 @@
812812
}
813813
}
814814
},
815-
"revision": "20250925",
815+
"revision": "20251012",
816816
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
817817
"schemas": {
818818
"AndroidxCrawlerOutputPoint": {
@@ -1150,7 +1150,7 @@
11501150
"type": "object"
11511151
},
11521152
"GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest": {
1153-
"description": "The request message for `DeleteTestCase`.",
1153+
"description": "The request message for `BatchDeleteTestCase`.",
11541154
"id": "GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest",
11551155
"properties": {
11561156
"names": {

src/apis/firebaseappdistribution/v1alpha.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export namespace firebaseappdistribution_v1alpha {
275275
screenshot?: Schema$GoogleFirebaseAppdistroV1alphaScreenshot;
276276
}
277277
/**
278-
* The request message for `DeleteTestCase`.
278+
* The request message for `BatchDeleteTestCase`.
279279
*/
280280
export interface Schema$GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest {
281281
/**
@@ -3407,7 +3407,7 @@ export namespace firebaseappdistribution_v1alpha {
34073407
}
34083408

34093409
/**
3410-
* Delete test cases.
3410+
* Deletes multiple test cases.
34113411
* @example
34123412
* ```js
34133413
* // Before running the sample:

0 commit comments

Comments
 (0)