You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deletes multiple items from a datastore by their keys in a single operation.
@@ -105936,7 +105943,7 @@ paths:
105936
105943
- apps_write
105937
105944
- connections_resolve
105938
105945
- workflows_run
105939
-
"/api/v2/app-builder/apps/{app_id}":
105946
+
/api/v2/app-builder/apps/{app_id}:
105940
105947
delete:
105941
105948
description: 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).
105942
105949
operationId: DeleteApp
@@ -106138,7 +106145,7 @@ paths:
106138
106145
- apps_write
106139
106146
- connections_resolve
106140
106147
- workflows_run
106141
-
"/api/v2/app-builder/apps/{app_id}/deployment":
106148
+
/api/v2/app-builder/apps/{app_id}/deployment:
106142
106149
delete:
106143
106150
description: 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).
106144
106151
operationId: UnpublishApp
@@ -106247,7 +106254,7 @@ paths:
106247
106254
operator: OR
106248
106255
permissions:
106249
106256
- apps_write
106250
-
"/api/v2/app-builder/apps/{app_id}/favorite":
106257
+
/api/v2/app-builder/apps/{app_id}/favorite:
106251
106258
patch:
106252
106259
description: Add or remove an app from the current user's favorites. Favorited apps can be filtered for using the `filter[favorite]` query parameter on the [List Apps](https://docs.datadoghq.com/api/latest/app-builder/#list-apps) endpoint.
description: Update the publication protection level of an app. When set to `approval_required`, future publishes must go through an approval workflow before going live.
description: Create a publish request to ask for approval to publish an app whose protection level is `approval_required`. Publishing happens automatically once the request is approved by a user with the appropriate permissions.
106383
106390
operationId: CreatePublishRequest
@@ -106450,7 +106457,7 @@ paths:
106450
106457
operator: OR
106451
106458
permissions:
106452
106459
- apps_write
106453
-
"/api/v2/app-builder/apps/{app_id}/revert":
106460
+
/api/v2/app-builder/apps/{app_id}/revert:
106454
106461
post:
106455
106462
description: Revert an app to a previous version. The version to revert to is selected through the `version` query parameter. The reverted version becomes the new latest version of the app.
106456
106463
operationId: RevertApp
@@ -106518,7 +106525,7 @@ paths:
106518
106525
operator: OR
106519
106526
permissions:
106520
106527
- apps_write
106521
-
"/api/v2/app-builder/apps/{app_id}/self-service":
106528
+
/api/v2/app-builder/apps/{app_id}/self-service:
106522
106529
patch:
106523
106530
description: Enable or disable self-service for an app. Self-service apps can be discovered and run by users in your organization without explicit access being granted.
106524
106531
operationId: UpdateAppSelfService
@@ -106574,7 +106581,7 @@ paths:
106574
106581
operator: OR
106575
106582
permissions:
106576
106583
- apps_write
106577
-
"/api/v2/app-builder/apps/{app_id}/tags":
106584
+
/api/v2/app-builder/apps/{app_id}/tags:
106578
106585
patch:
106579
106586
description: Replace the tags on an app. The provided list overwrites the existing tags entirely; tags not present in the request body are removed.
106580
106587
operationId: UpdateAppTags
@@ -106632,7 +106639,7 @@ paths:
106632
106639
operator: OR
106633
106640
permissions:
106634
106641
- apps_write
106635
-
"/api/v2/app-builder/apps/{app_id}/version-name":
106642
+
/api/v2/app-builder/apps/{app_id}/version-name:
106636
106643
patch:
106637
106644
description: Assign a human-readable name to a specific version of an app. The version is selected through the `version` query parameter.
106638
106645
operationId: UpdateAppVersionName
@@ -106695,7 +106702,7 @@ paths:
106695
106702
operator: OR
106696
106703
permissions:
106697
106704
- apps_write
106698
-
"/api/v2/app-builder/apps/{app_id}/versions":
106705
+
/api/v2/app-builder/apps/{app_id}/versions:
106699
106706
get:
106700
106707
description: List the versions of an app. This endpoint is paginated.
0 commit comments