Skip to content

Commit 38c815a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 2bf0ed1d of spec repo (#1735)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent cf2cb9f commit 38c815a

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-07-30 19:24:57.172113",
8-
"spec_repo_commit": "edbd396a"
7+
"regenerated": "2024-07-31 21:25:39.425689",
8+
"spec_repo_commit": "2bf0ed1d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-30 19:24:57.190109",
13-
"spec_repo_commit": "edbd396a"
12+
"regenerated": "2024-07-31 21:25:39.445663",
13+
"spec_repo_commit": "2bf0ed1d"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37967,7 +37967,8 @@ paths:
3796737967
- Teams
3796837968
/api/v2/workflows/{workflow_id}/instances:
3796937969
get:
37970-
description: List all instances of a given workflow.
37970+
description: List all instances of a given workflow. This API requires an application
37971+
key scoped with the workflows_read permission.
3797137972
operationId: ListWorkflowInstances
3797237973
parameters:
3797337974
- $ref: '#/components/parameters/WorkflowId'
@@ -37990,7 +37991,8 @@ paths:
3799037991
tags:
3799137992
- Workflow Automation
3799237993
post:
37993-
description: Execute the given workflow
37994+
description: Execute the given workflow. This API requires an application key
37995+
scoped with the workflows_run permission.
3799437996
operationId: CreateWorkflowInstance
3799537997
parameters:
3799637998
- $ref: '#/components/parameters/WorkflowId'
@@ -38019,7 +38021,8 @@ paths:
3801938021
x-codegen-request-body-name: body
3802038022
/api/v2/workflows/{workflow_id}/instances/{instance_id}:
3802138023
get:
38022-
description: Get a specific execution of a given workflow.
38024+
description: Get a specific execution of a given workflow. This API requires
38025+
an application key scoped with the workflows_read permission.
3802338026
operationId: GetWorkflowInstance
3802438027
parameters:
3802538028
- $ref: '#/components/parameters/WorkflowId'
@@ -38044,7 +38047,8 @@ paths:
3804438047
- Workflow Automation
3804538048
/api/v2/workflows/{workflow_id}/instances/{instance_id}/cancel:
3804638049
put:
38047-
description: Cancels a specific execution of a given workflow.
38050+
description: Cancels a specific execution of a given workflow. This API requires
38051+
an application key scoped with the workflows_run permission.
3804838052
operationId: CancelWorkflowInstance
3804938053
parameters:
3805038054
- $ref: '#/components/parameters/WorkflowId'

packages/datadog-api-client-v2/apis/WorkflowAutomationApi.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ export class WorkflowAutomationApi {
530530
}
531531

532532
/**
533-
* Cancels a specific execution of a given workflow.
533+
* Cancels a specific execution of a given workflow. This API requires an application key scoped with the workflows_run permission.
534534
* @param param The request object
535535
*/
536536
public cancelWorkflowInstance(
@@ -552,7 +552,7 @@ export class WorkflowAutomationApi {
552552
}
553553

554554
/**
555-
* Execute the given workflow
555+
* Execute the given workflow. This API requires an application key scoped with the workflows_run permission.
556556
* @param param The request object
557557
*/
558558
public createWorkflowInstance(
@@ -574,7 +574,7 @@ export class WorkflowAutomationApi {
574574
}
575575

576576
/**
577-
* Get a specific execution of a given workflow.
577+
* Get a specific execution of a given workflow. This API requires an application key scoped with the workflows_read permission.
578578
* @param param The request object
579579
*/
580580
public getWorkflowInstance(
@@ -596,7 +596,7 @@ export class WorkflowAutomationApi {
596596
}
597597

598598
/**
599-
* List all instances of a given workflow.
599+
* List all instances of a given workflow. This API requires an application key scoped with the workflows_read permission.
600600
* @param param The request object
601601
*/
602602
public listWorkflowInstances(

0 commit comments

Comments
 (0)