Skip to content

Commit d0fdeb4

Browse files
authored
Revert "Regenerate client from commit 2bf0ed1d of spec repo (#1735)" (#1737)
This reverts commit 38c815a.
1 parent 38c815a commit d0fdeb4

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
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-31 21:25:39.425689",
8-
"spec_repo_commit": "2bf0ed1d"
7+
"regenerated": "2024-07-30 19:24:57.172113",
8+
"spec_repo_commit": "edbd396a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-31 21:25:39.445663",
13-
"spec_repo_commit": "2bf0ed1d"
12+
"regenerated": "2024-07-30 19:24:57.190109",
13+
"spec_repo_commit": "edbd396a"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37967,8 +37967,7 @@ paths:
3796737967
- Teams
3796837968
/api/v2/workflows/{workflow_id}/instances:
3796937969
get:
37970-
description: List all instances of a given workflow. This API requires an application
37971-
key scoped with the workflows_read permission.
37970+
description: List all instances of a given workflow.
3797237971
operationId: ListWorkflowInstances
3797337972
parameters:
3797437973
- $ref: '#/components/parameters/WorkflowId'
@@ -37991,8 +37990,7 @@ paths:
3799137990
tags:
3799237991
- Workflow Automation
3799337992
post:
37994-
description: Execute the given workflow. This API requires an application key
37995-
scoped with the workflows_run permission.
37993+
description: Execute the given workflow
3799637994
operationId: CreateWorkflowInstance
3799737995
parameters:
3799837996
- $ref: '#/components/parameters/WorkflowId'
@@ -38021,8 +38019,7 @@ paths:
3802138019
x-codegen-request-body-name: body
3802238020
/api/v2/workflows/{workflow_id}/instances/{instance_id}:
3802338021
get:
38024-
description: Get a specific execution of a given workflow. This API requires
38025-
an application key scoped with the workflows_read permission.
38022+
description: Get a specific execution of a given workflow.
3802638023
operationId: GetWorkflowInstance
3802738024
parameters:
3802838025
- $ref: '#/components/parameters/WorkflowId'
@@ -38047,8 +38044,7 @@ paths:
3804738044
- Workflow Automation
3804838045
/api/v2/workflows/{workflow_id}/instances/{instance_id}/cancel:
3804938046
put:
38050-
description: Cancels a specific execution of a given workflow. This API requires
38051-
an application key scoped with the workflows_run permission.
38047+
description: Cancels a specific execution of a given workflow.
3805238048
operationId: CancelWorkflowInstance
3805338049
parameters:
3805438050
- $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. This API requires an application key scoped with the workflows_run permission.
533+
* Cancels a specific execution of a given workflow.
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. This API requires an application key scoped with the workflows_run permission.
555+
* Execute the given workflow
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. This API requires an application key scoped with the workflows_read permission.
577+
* Get a specific execution of a given workflow.
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. This API requires an application key scoped with the workflows_read permission.
599+
* List all instances of a given workflow.
600600
* @param param The request object
601601
*/
602602
public listWorkflowInstances(

0 commit comments

Comments
 (0)