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
Copy file name to clipboardExpand all lines: services/action_connection/src/v2/ActionConnectionApi.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1029,7 +1029,7 @@ export class ActionConnectionApi {
1029
1029
}
1030
1030
1031
1031
/**
1032
-
* 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).
1032
+
* 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).
Copy file name to clipboardExpand all lines: services/app_builder/src/v2/AppBuilderApi.ts
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1295,7 +1295,7 @@ export class AppBuilderApi {
1295
1295
}
1296
1296
1297
1297
/**
1298
-
* 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).
1298
+
* 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).
1299
1299
* @param param The request object
1300
1300
*/
1301
1301
publiccreateApp(
@@ -1316,7 +1316,7 @@ export class AppBuilderApi {
1316
1316
}
1317
1317
1318
1318
/**
1319
-
* Delete a single app. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key).
1319
+
* 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).
1320
1320
* @param param The request object
1321
1321
*/
1322
1322
publicdeleteApp(
@@ -1337,7 +1337,7 @@ export class AppBuilderApi {
1337
1337
}
1338
1338
1339
1339
/**
1340
-
* 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).
1340
+
* 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).
1341
1341
* @param param The request object
1342
1342
*/
1343
1343
publicdeleteApps(
@@ -1358,7 +1358,7 @@ export class AppBuilderApi {
1358
1358
}
1359
1359
1360
1360
/**
1361
-
* 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).
1361
+
* 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).
1362
1362
* @param param The request object
1363
1363
*/
1364
1364
publicgetApp(
@@ -1380,7 +1380,7 @@ export class AppBuilderApi {
1380
1380
}
1381
1381
1382
1382
/**
1383
-
* 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).
1383
+
* 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).
1384
1384
* @param param The request object
1385
1385
*/
1386
1386
publiclistApps(
@@ -1411,7 +1411,7 @@ export class AppBuilderApi {
1411
1411
}
1412
1412
1413
1413
/**
1414
-
* 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).
1414
+
* 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).
1415
1415
* @param param The request object
1416
1416
*/
1417
1417
publicpublishApp(
@@ -1432,7 +1432,7 @@ export class AppBuilderApi {
1432
1432
}
1433
1433
1434
1434
/**
1435
-
* 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).
1435
+
* 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).
1436
1436
* @param param The request object
1437
1437
*/
1438
1438
publicunpublishApp(
@@ -1453,7 +1453,7 @@ export class AppBuilderApi {
1453
1453
}
1454
1454
1455
1455
/**
1456
-
* 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).
1456
+
* 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).
0 commit comments