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.
@@ -105884,7 +105891,7 @@ paths:
105884
105891
- apps_write
105885
105892
- connections_resolve
105886
105893
- workflows_run
105887
-
"/api/v2/app-builder/apps/{app_id}":
105894
+
/api/v2/app-builder/apps/{app_id}:
105888
105895
delete:
105889
105896
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).
105890
105897
operationId: DeleteApp
@@ -106086,7 +106093,7 @@ paths:
106086
106093
- apps_write
106087
106094
- connections_resolve
106088
106095
- workflows_run
106089
-
"/api/v2/app-builder/apps/{app_id}/deployment":
106096
+
/api/v2/app-builder/apps/{app_id}/deployment:
106090
106097
delete:
106091
106098
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).
106092
106099
operationId: UnpublishApp
@@ -106195,7 +106202,7 @@ paths:
106195
106202
operator: OR
106196
106203
permissions:
106197
106204
- apps_write
106198
-
"/api/v2/app-builder/apps/{app_id}/favorite":
106205
+
/api/v2/app-builder/apps/{app_id}/favorite:
106199
106206
patch:
106200
106207
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.
106331
106338
operationId: CreatePublishRequest
@@ -106398,7 +106405,7 @@ paths:
106398
106405
operator: OR
106399
106406
permissions:
106400
106407
- apps_write
106401
-
"/api/v2/app-builder/apps/{app_id}/revert":
106408
+
/api/v2/app-builder/apps/{app_id}/revert:
106402
106409
post:
106403
106410
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.
106404
106411
operationId: RevertApp
@@ -106466,7 +106473,7 @@ paths:
106466
106473
operator: OR
106467
106474
permissions:
106468
106475
- apps_write
106469
-
"/api/v2/app-builder/apps/{app_id}/self-service":
106476
+
/api/v2/app-builder/apps/{app_id}/self-service:
106470
106477
patch:
106471
106478
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.
106472
106479
operationId: UpdateAppSelfService
@@ -106522,7 +106529,7 @@ paths:
106522
106529
operator: OR
106523
106530
permissions:
106524
106531
- apps_write
106525
-
"/api/v2/app-builder/apps/{app_id}/tags":
106532
+
/api/v2/app-builder/apps/{app_id}/tags:
106526
106533
patch:
106527
106534
description: Replace the tags on an app. The provided list overwrites the existing tags entirely; tags not present in the request body are removed.
106528
106535
operationId: UpdateAppTags
@@ -106580,7 +106587,7 @@ paths:
106580
106587
operator: OR
106581
106588
permissions:
106582
106589
- apps_write
106583
-
"/api/v2/app-builder/apps/{app_id}/version-name":
106590
+
/api/v2/app-builder/apps/{app_id}/version-name:
106584
106591
patch:
106585
106592
description: Assign a human-readable name to a specific version of an app. The version is selected through the `version` query parameter.
106586
106593
operationId: UpdateAppVersionName
@@ -106643,7 +106650,7 @@ paths:
106643
106650
operator: OR
106644
106651
permissions:
106645
106652
- apps_write
106646
-
"/api/v2/app-builder/apps/{app_id}/versions":
106653
+
/api/v2/app-builder/apps/{app_id}/versions:
106647
106654
get:
106648
106655
description: List the versions of an app. This endpoint is paginated.
0 commit comments