Skip to content

Commit dbab2a1

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit cf98d7a of spec repo
1 parent 70b78c5 commit dbab2a1

File tree

4 files changed

+34
-17
lines changed

4 files changed

+34
-17
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46019,6 +46019,7 @@ paths:
4601946019
delete:
4602046020
description: Delete an existing Action Connection. This API requires a [registered
4602146021
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).
4602246023
operationId: DeleteActionConnection
4602346024
parameters:
4602446025
- $ref: '#/components/parameters/ConnectionId'
@@ -47146,6 +47147,7 @@ paths:
4714647147
delete:
4714747148
description: Delete multiple apps in a single request from a list of app IDs.
4714847149
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).
4714947151
operationId: DeleteApps
4715047152
requestBody:
4715147153
content:
@@ -47192,6 +47194,7 @@ paths:
4719247194
is paginated. Only basic app information such as the app ID, name, and description
4719347195
is returned by this endpoint. This API requires a [registered application
4719447196
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).
4719547198
operationId: ListApps
4719647199
parameters:
4719747200
- description: The number of apps to return per page.
@@ -47299,6 +47302,7 @@ paths:
4729947302
post:
4730047303
description: Create a new app, returning the app ID. This API requires a [registered
4730147304
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).
4730247306
operationId: CreateApp
4730347307
requestBody:
4730447308
content:
@@ -47340,6 +47344,7 @@ paths:
4734047344
delete:
4734147345
description: Delete a single app. This API requires a [registered application
4734247346
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).
4734347348
operationId: DeleteApp
4734447349
parameters:
4734547350
- description: The ID of the app to delete.
@@ -47393,6 +47398,7 @@ paths:
4739347398
get:
4739447399
description: Get the full definition of an app. This API requires a [registered
4739547400
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).
4739647402
operationId: GetApp
4739747403
parameters:
4739847404
- description: The ID of the app to retrieve.
@@ -47456,6 +47462,7 @@ paths:
4745647462
patch:
4745747463
description: Update an existing app. This creates a new version of the app.
4745847464
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).
4745947466
operationId: UpdateApp
4746047467
parameters:
4746147468
- description: The ID of the app to update.
@@ -47509,6 +47516,7 @@ paths:
4750947516
(`00000000-0000-0000-0000-000000000000`). The app can still be updated and
4751047517
published again in the future. This API requires a [registered application
4751147518
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).
4751247520
operationId: UnpublishApp
4751347521
parameters:
4751447522
- description: The ID of the app to unpublish.
@@ -47558,6 +47566,7 @@ paths:
4755847566
to the correct users, you also need to set a [Restriction Policy](https://docs.datadoghq.com/api/latest/restriction-policies/)
4755947567
on the app if a policy does not yet exist. This API requires a [registered
4756047568
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).
4756147570
operationId: PublishApp
4756247571
parameters:
4756347572
- description: The ID of the app to publish.
@@ -68652,6 +68661,7 @@ paths:
6865268661
post:
6865368662
description: Create a new workflow, returning the workflow ID. This API requires
6865468663
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).
6865568665
operationId: CreateWorkflow
6865668666
requestBody:
6865768667
content:
@@ -68695,6 +68705,7 @@ paths:
6869568705
delete:
6869668706
description: Delete a workflow by ID. This API requires a [registered application
6869768707
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).
6869868709
operationId: DeleteWorkflow
6869968710
parameters:
6870068711
- $ref: '#/components/parameters/WorkflowId'
@@ -68729,6 +68740,7 @@ paths:
6872968740
get:
6873068741
description: Get a workflow by ID. This API requires a [registered application
6873168742
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).
6873268744
operationId: GetWorkflow
6873368745
parameters:
6873468746
- $ref: '#/components/parameters/WorkflowId'
@@ -68773,6 +68785,7 @@ paths:
6877368785
patch:
6877468786
description: Update a workflow by ID. This API requires a [registered application
6877568787
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).
6877668789
operationId: UpdateWorkflow
6877768790
parameters:
6877868791
- $ref: '#/components/parameters/WorkflowId'
@@ -68824,6 +68837,7 @@ paths:
6882468837
get:
6882568838
description: List all instances of a given workflow. This API requires a [registered
6882668839
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).
6882768841
operationId: ListWorkflowInstances
6882868842
parameters:
6882968843
- $ref: '#/components/parameters/WorkflowId'
@@ -68857,6 +68871,7 @@ paths:
6885768871
post:
6885868872
description: Execute the given workflow. This API requires a [registered application
6885968873
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).
6886068875
operationId: CreateWorkflowInstance
6886168876
parameters:
6886268877
- $ref: '#/components/parameters/WorkflowId'
@@ -68896,6 +68911,7 @@ paths:
6889668911
get:
6889768912
description: Get a specific execution of a given workflow. This API requires
6889868913
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).
6889968915
operationId: GetWorkflowInstance
6890068916
parameters:
6890168917
- $ref: '#/components/parameters/WorkflowId'
@@ -68931,6 +68947,7 @@ paths:
6893168947
put:
6893268948
description: Cancels a specific execution of a given workflow. This API requires
6893368949
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).
6893468951
operationId: CancelWorkflowInstance
6893568952
parameters:
6893668953
- $ref: '#/components/parameters/WorkflowId'

lib/datadog_api_client/v2/api/action_connection_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def delete_action_connection(connection_id, opts = {})
100100

101101
# Delete an existing Action Connection.
102102
#
103-
# Delete an existing Action Connection. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
103+
# Delete an existing Action Connection. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key). Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
104104
#
105105
# @param connection_id [String] The ID of the action connection
106106
# @param opts [Hash] the optional parameters

lib/datadog_api_client/v2/api/app_builder_api.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def create_app(body, opts = {})
3333

3434
# Create App.
3535
#
36-
# Create a new app, returning the app ID. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
36+
# Create a new app, returning the app ID. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key). Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
3737
#
3838
# @param body [CreateAppRequest]
3939
# @param opts [Hash] the optional parameters
@@ -100,7 +100,7 @@ def delete_app(app_id, opts = {})
100100

101101
# Delete App.
102102
#
103-
# Delete a single app. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
103+
# Delete a single app. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key). Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
104104
#
105105
# @param app_id [UUID] The ID of the app to delete.
106106
# @param opts [Hash] the optional parameters
@@ -165,7 +165,7 @@ def delete_apps(body, opts = {})
165165

166166
# Delete Multiple Apps.
167167
#
168-
# Delete multiple apps in a single request from a list of app IDs. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
168+
# Delete multiple apps in a single request from a list of app IDs. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key). Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
169169
#
170170
# @param body [DeleteAppsRequest]
171171
# @param opts [Hash] the optional parameters
@@ -232,7 +232,7 @@ def get_app(app_id, opts = {})
232232

233233
# Get App.
234234
#
235-
# Get the full definition of an app. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
235+
# Get the full definition of an app. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key). Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
236236
#
237237
# @param app_id [UUID] The ID of the app to retrieve.
238238
# @param opts [Hash] the optional parameters
@@ -299,7 +299,7 @@ def list_apps(opts = {})
299299

300300
# List Apps.
301301
#
302-
# List all apps, with optional filters and sorting. This endpoint is paginated. Only basic app information such as the app ID, name, and description is returned by this endpoint. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
302+
# List all apps, with optional filters and sorting. This endpoint is paginated. Only basic app information such as the app ID, name, and description is returned by this endpoint. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key). Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
303303
#
304304
# @param opts [Hash] the optional parameters
305305
# @option opts [Integer] :limit The number of apps to return per page.
@@ -381,7 +381,7 @@ def publish_app(app_id, opts = {})
381381

382382
# Publish App.
383383
#
384-
# Publish an app for use by other users. To ensure the app is accessible to the correct users, you also need to set a [Restriction Policy](https://docs.datadoghq.com/api/latest/restriction-policies/) on the app if a policy does not yet exist. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
384+
# Publish an app for use by other users. To ensure the app is accessible to the correct users, you also need to set a [Restriction Policy](https://docs.datadoghq.com/api/latest/restriction-policies/) on the app if a policy does not yet exist. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key). Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
385385
#
386386
# @param app_id [UUID] The ID of the app to publish.
387387
# @param opts [Hash] the optional parameters
@@ -446,7 +446,7 @@ def unpublish_app(app_id, opts = {})
446446

447447
# Unpublish App.
448448
#
449-
# Unpublish an app, removing the live version of the app. Unpublishing creates a new instance of a `deployment` object on the app, with a nil `app_version_id` (`00000000-0000-0000-0000-000000000000`). The app can still be updated and published again in the future. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
449+
# Unpublish an app, removing the live version of the app. Unpublishing creates a new instance of a `deployment` object on the app, with a nil `app_version_id` (`00000000-0000-0000-0000-000000000000`). The app can still be updated and published again in the future. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key). Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
450450
#
451451
# @param app_id [UUID] The ID of the app to unpublish.
452452
# @param opts [Hash] the optional parameters
@@ -511,7 +511,7 @@ def update_app(app_id, body, opts = {})
511511

512512
# Update App.
513513
#
514-
# Update an existing app. This creates a new version of the app. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
514+
# Update an existing app. This creates a new version of the app. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key). Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
515515
#
516516
# @param app_id [UUID] The ID of the app to update.
517517
# @param body [UpdateAppRequest]

0 commit comments

Comments
 (0)