@@ -46019,6 +46019,7 @@ paths:
46019
46019
delete:
46020
46020
description: Delete an existing Action Connection. This API requires a [registered
46021
46021
application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
46022
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
46022
46023
operationId: DeleteActionConnection
46023
46024
parameters:
46024
46025
- $ref: '#/components/parameters/ConnectionId'
@@ -47146,6 +47147,7 @@ paths:
47146
47147
delete:
47147
47148
description: Delete multiple apps in a single request from a list of app IDs.
47148
47149
This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
47150
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
47149
47151
operationId: DeleteApps
47150
47152
requestBody:
47151
47153
content:
@@ -47192,6 +47194,7 @@ paths:
47192
47194
is paginated. Only basic app information such as the app ID, name, and description
47193
47195
is returned by this endpoint. This API requires a [registered application
47194
47196
key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
47197
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
47195
47198
operationId: ListApps
47196
47199
parameters:
47197
47200
- description: The number of apps to return per page.
@@ -47299,6 +47302,7 @@ paths:
47299
47302
post:
47300
47303
description: Create a new app, returning the app ID. This API requires a [registered
47301
47304
application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
47305
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
47302
47306
operationId: CreateApp
47303
47307
requestBody:
47304
47308
content:
@@ -47340,6 +47344,7 @@ paths:
47340
47344
delete:
47341
47345
description: Delete a single app. This API requires a [registered application
47342
47346
key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
47347
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
47343
47348
operationId: DeleteApp
47344
47349
parameters:
47345
47350
- description: The ID of the app to delete.
@@ -47393,6 +47398,7 @@ paths:
47393
47398
get:
47394
47399
description: Get the full definition of an app. This API requires a [registered
47395
47400
application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
47401
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
47396
47402
operationId: GetApp
47397
47403
parameters:
47398
47404
- description: The ID of the app to retrieve.
@@ -47456,6 +47462,7 @@ paths:
47456
47462
patch:
47457
47463
description: Update an existing app. This creates a new version of the app.
47458
47464
This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
47465
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
47459
47466
operationId: UpdateApp
47460
47467
parameters:
47461
47468
- description: The ID of the app to update.
@@ -47509,6 +47516,7 @@ paths:
47509
47516
(`00000000-0000-0000-0000-000000000000`). The app can still be updated and
47510
47517
published again in the future. This API requires a [registered application
47511
47518
key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
47519
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
47512
47520
operationId: UnpublishApp
47513
47521
parameters:
47514
47522
- description: The ID of the app to unpublish.
@@ -47558,6 +47566,7 @@ paths:
47558
47566
to the correct users, you also need to set a [Restriction Policy](https://docs.datadoghq.com/api/latest/restriction-policies/)
47559
47567
on the app if a policy does not yet exist. This API requires a [registered
47560
47568
application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
47569
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
47561
47570
operationId: PublishApp
47562
47571
parameters:
47563
47572
- description: The ID of the app to publish.
@@ -68652,6 +68661,7 @@ paths:
68652
68661
post:
68653
68662
description: Create a new workflow, returning the workflow ID. This API requires
68654
68663
a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
68664
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
68655
68665
operationId: CreateWorkflow
68656
68666
requestBody:
68657
68667
content:
@@ -68695,6 +68705,7 @@ paths:
68695
68705
delete:
68696
68706
description: Delete a workflow by ID. This API requires a [registered application
68697
68707
key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
68708
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
68698
68709
operationId: DeleteWorkflow
68699
68710
parameters:
68700
68711
- $ref: '#/components/parameters/WorkflowId'
@@ -68729,6 +68740,7 @@ paths:
68729
68740
get:
68730
68741
description: Get a workflow by ID. This API requires a [registered application
68731
68742
key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
68743
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
68732
68744
operationId: GetWorkflow
68733
68745
parameters:
68734
68746
- $ref: '#/components/parameters/WorkflowId'
@@ -68773,6 +68785,7 @@ paths:
68773
68785
patch:
68774
68786
description: Update a workflow by ID. This API requires a [registered application
68775
68787
key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
68788
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
68776
68789
operationId: UpdateWorkflow
68777
68790
parameters:
68778
68791
- $ref: '#/components/parameters/WorkflowId'
@@ -68824,6 +68837,7 @@ paths:
68824
68837
get:
68825
68838
description: List all instances of a given workflow. This API requires a [registered
68826
68839
application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
68840
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
68827
68841
operationId: ListWorkflowInstances
68828
68842
parameters:
68829
68843
- $ref: '#/components/parameters/WorkflowId'
@@ -68857,6 +68871,7 @@ paths:
68857
68871
post:
68858
68872
description: Execute the given workflow. This API requires a [registered application
68859
68873
key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
68874
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
68860
68875
operationId: CreateWorkflowInstance
68861
68876
parameters:
68862
68877
- $ref: '#/components/parameters/WorkflowId'
@@ -68896,6 +68911,7 @@ paths:
68896
68911
get:
68897
68912
description: Get a specific execution of a given workflow. This API requires
68898
68913
a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
68914
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
68899
68915
operationId: GetWorkflowInstance
68900
68916
parameters:
68901
68917
- $ref: '#/components/parameters/WorkflowId'
@@ -68931,6 +68947,7 @@ paths:
68931
68947
put:
68932
68948
description: Cancels a specific execution of a given workflow. This API requires
68933
68949
a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
68950
+ Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
68934
68951
operationId: CancelWorkflowInstance
68935
68952
parameters:
68936
68953
- $ref: '#/components/parameters/WorkflowId'
0 commit comments