Skip to content

Commit

Permalink
fix(workflowexecutions): update the API
Browse files Browse the repository at this point in the history
#### workflowexecutions:v1

The following keys were changed:
- resources.projects.resources.locations.resources.workflows.resources.executions.methods.create.description
  • Loading branch information
yoshi-automation authored and sofisl committed Jan 3, 2024
1 parent 920ddc7 commit 6553987
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/workflowexecutions-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
]
},
"create": {
"description": "Creates a new execution using the latest revision of the given workflow.",
"description": "Creates a new execution using the latest revision of the given workflow. For more information, see Execute a workflow.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflows/{workflowsId}/executions",
"httpMethod": "POST",
"id": "workflowexecutions.projects.locations.workflows.executions.create",
Expand Down Expand Up @@ -457,7 +457,7 @@
}
}
},
"revision": "20231107",
"revision": "20231211",
"rootUrl": "https://workflowexecutions.googleapis.com/",
"schemas": {
"Callback": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/workflowexecutions/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ export namespace workflowexecutions_v1 {
}

/**
* Creates a new execution using the latest revision of the given workflow.
* Creates a new execution using the latest revision of the given workflow. For more information, see Execute a workflow.
*
* @param params - Parameters for request
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
Expand Down

0 comments on commit 6553987

Please sign in to comment.