Skip to content

Commit 4cd01bb

Browse files
fix(workflows): update the API
#### workflows:v1 The following keys were changed: - schemas.Workflow.properties.executionHistoryLevel.description
1 parent 3909aa1 commit 4cd01bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/workflows-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
}
486486
}
487487
},
488-
"revision": "20241204",
488+
"revision": "20250212",
489489
"rootUrl": "https://workflows.googleapis.com/",
490490
"schemas": {
491491
"Empty": {
@@ -777,7 +777,7 @@
777777
"type": "string"
778778
},
779779
"executionHistoryLevel": {
780-
"description": "Optional. Describes the level of the execution history feature to apply to this workflow.",
780+
"description": "Optional. Describes the execution history level to apply to this workflow.",
781781
"enum": [
782782
"EXECUTION_HISTORY_LEVEL_UNSPECIFIED",
783783
"EXECUTION_HISTORY_BASIC",

src/apis/workflows/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ export namespace workflows_v1 {
322322
*/
323323
description?: string | null;
324324
/**
325-
* Optional. Describes the level of the execution history feature to apply to this workflow.
325+
* Optional. Describes the execution history level to apply to this workflow.
326326
*/
327327
executionHistoryLevel?: string | null;
328328
/**

0 commit comments

Comments
 (0)