diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index d40e489dc6..a0f0a2bd09 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -46019,6 +46019,7 @@ paths: delete: description: 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). operationId: DeleteActionConnection parameters: - $ref: '#/components/parameters/ConnectionId' @@ -47146,6 +47147,7 @@ paths: delete: description: 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). operationId: DeleteApps requestBody: content: @@ -47192,6 +47194,7 @@ paths: 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). operationId: ListApps parameters: - description: The number of apps to return per page. @@ -47299,6 +47302,7 @@ paths: post: description: 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). operationId: CreateApp requestBody: content: @@ -47340,6 +47344,7 @@ paths: delete: 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). operationId: DeleteApp parameters: - description: The ID of the app to delete. @@ -47393,6 +47398,7 @@ paths: get: description: 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). operationId: GetApp parameters: - description: The ID of the app to retrieve. @@ -47456,6 +47462,7 @@ paths: patch: description: 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). operationId: UpdateApp parameters: - description: The ID of the app to update. @@ -47509,6 +47516,7 @@ paths: (`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). operationId: UnpublishApp parameters: - description: The ID of the app to unpublish. @@ -47558,6 +47566,7 @@ paths: 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). operationId: PublishApp parameters: - description: The ID of the app to publish. @@ -68652,6 +68661,7 @@ paths: post: description: Create a new workflow, returning the workflow 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). operationId: CreateWorkflow requestBody: content: @@ -68695,6 +68705,7 @@ paths: delete: description: Delete a workflow by 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). operationId: DeleteWorkflow parameters: - $ref: '#/components/parameters/WorkflowId' @@ -68729,6 +68740,7 @@ paths: get: description: Get a workflow by 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). operationId: GetWorkflow parameters: - $ref: '#/components/parameters/WorkflowId' @@ -68773,6 +68785,7 @@ paths: patch: description: Update a workflow by 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). operationId: UpdateWorkflow parameters: - $ref: '#/components/parameters/WorkflowId' @@ -68824,6 +68837,7 @@ paths: get: description: List all instances of a given workflow. 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). operationId: ListWorkflowInstances parameters: - $ref: '#/components/parameters/WorkflowId' @@ -68857,6 +68871,7 @@ paths: post: description: Execute the given workflow. 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). operationId: CreateWorkflowInstance parameters: - $ref: '#/components/parameters/WorkflowId' @@ -68896,6 +68911,7 @@ paths: get: description: Get a specific execution of a given workflow. 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). operationId: GetWorkflowInstance parameters: - $ref: '#/components/parameters/WorkflowId' @@ -68931,6 +68947,7 @@ paths: put: description: Cancels a specific execution of a given workflow. 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). operationId: CancelWorkflowInstance parameters: - $ref: '#/components/parameters/WorkflowId' diff --git a/src/datadog_api_client/v2/api/action_connection_api.py b/src/datadog_api_client/v2/api/action_connection_api.py index d25ec0a1c5..74582c0f75 100644 --- a/src/datadog_api_client/v2/api/action_connection_api.py +++ b/src/datadog_api_client/v2/api/action_connection_api.py @@ -248,7 +248,7 @@ def delete_action_connection( ) -> None: """Delete an existing Action Connection. - Delete an existing Action Connection. This API requires a `registered application key `_. + Delete an existing Action Connection. This API requires a `registered application key `_. Alternatively, you can configure these permissions `in the UI `_. :param connection_id: The ID of the action connection :type connection_id: str diff --git a/src/datadog_api_client/v2/api/app_builder_api.py b/src/datadog_api_client/v2/api/app_builder_api.py index 38ebb2d04e..1cf38f0b68 100644 --- a/src/datadog_api_client/v2/api/app_builder_api.py +++ b/src/datadog_api_client/v2/api/app_builder_api.py @@ -278,7 +278,7 @@ def create_app( ) -> CreateAppResponse: """Create App. - Create a new app, returning the app ID. This API requires a `registered application key `_. + Create a new app, returning the app ID. This API requires a `registered application key `_. Alternatively, you can configure these permissions `in the UI `_. :type body: CreateAppRequest :rtype: CreateAppResponse @@ -294,7 +294,7 @@ def delete_app( ) -> DeleteAppResponse: """Delete App. - Delete a single app. This API requires a `registered application key `_. + Delete a single app. This API requires a `registered application key `_. Alternatively, you can configure these permissions `in the UI `_. :param app_id: The ID of the app to delete. :type app_id: UUID @@ -311,7 +311,7 @@ def delete_apps( ) -> DeleteAppsResponse: """Delete Multiple Apps. - Delete multiple apps in a single request from a list of app IDs. This API requires a `registered application key `_. + Delete multiple apps in a single request from a list of app IDs. This API requires a `registered application key `_. Alternatively, you can configure these permissions `in the UI `_. :type body: DeleteAppsRequest :rtype: DeleteAppsResponse @@ -329,7 +329,7 @@ def get_app( ) -> GetAppResponse: """Get App. - Get the full definition of an app. This API requires a `registered application key `_. + Get the full definition of an app. This API requires a `registered application key `_. Alternatively, you can configure these permissions `in the UI `_. :param app_id: The ID of the app to retrieve. :type app_id: UUID @@ -362,7 +362,7 @@ def list_apps( ) -> ListAppsResponse: """List Apps. - 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 `_. + 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 `_. Alternatively, you can configure these permissions `in the UI `_. :param limit: The number of apps to return per page. :type limit: int, optional @@ -430,7 +430,7 @@ def publish_app( ) -> PublishAppResponse: """Publish App. - 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 `_ on the app if a policy does not yet exist. This API requires a `registered application key `_. + 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 `_ on the app if a policy does not yet exist. This API requires a `registered application key `_. Alternatively, you can configure these permissions `in the UI `_. :param app_id: The ID of the app to publish. :type app_id: UUID @@ -447,7 +447,7 @@ def unpublish_app( ) -> UnpublishAppResponse: """Unpublish App. - 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 `_. + 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 `_. Alternatively, you can configure these permissions `in the UI `_. :param app_id: The ID of the app to unpublish. :type app_id: UUID @@ -465,7 +465,7 @@ def update_app( ) -> UpdateAppResponse: """Update App. - Update an existing app. This creates a new version of the app. This API requires a `registered application key `_. + Update an existing app. This creates a new version of the app. This API requires a `registered application key `_. Alternatively, you can configure these permissions `in the UI `_. :param app_id: The ID of the app to update. :type app_id: UUID diff --git a/src/datadog_api_client/v2/api/workflow_automation_api.py b/src/datadog_api_client/v2/api/workflow_automation_api.py index 365ae8f823..f32b55e50f 100644 --- a/src/datadog_api_client/v2/api/workflow_automation_api.py +++ b/src/datadog_api_client/v2/api/workflow_automation_api.py @@ -249,7 +249,7 @@ def cancel_workflow_instance( ) -> WorklflowCancelInstanceResponse: """Cancel a workflow instance. - Cancels a specific execution of a given workflow. This API requires a `registered application key `_. + Cancels a specific execution of a given workflow. This API requires a `registered application key `_. Alternatively, you can configure these permissions `in the UI `_. :param workflow_id: The ID of the workflow. :type workflow_id: str @@ -270,7 +270,7 @@ def create_workflow( ) -> CreateWorkflowResponse: """Create a Workflow. - Create a new workflow, returning the workflow ID. This API requires a `registered application key `_. + Create a new workflow, returning the workflow ID. This API requires a `registered application key `_. Alternatively, you can configure these permissions `in the UI `_. :type body: CreateWorkflowRequest :rtype: CreateWorkflowResponse @@ -287,7 +287,7 @@ def create_workflow_instance( ) -> WorkflowInstanceCreateResponse: """Execute a workflow. - Execute the given workflow. This API requires a `registered application key `_. + Execute the given workflow. This API requires a `registered application key `_. Alternatively, you can configure these permissions `in the UI `_. :param workflow_id: The ID of the workflow. :type workflow_id: str @@ -307,7 +307,7 @@ def delete_workflow( ) -> None: """Delete an existing Workflow. - Delete a workflow by ID. This API requires a `registered application key `_. + Delete a workflow by ID. This API requires a `registered application key `_. Alternatively, you can configure these permissions `in the UI `_. :param workflow_id: The ID of the workflow. :type workflow_id: str @@ -324,7 +324,7 @@ def get_workflow( ) -> GetWorkflowResponse: """Get an existing Workflow. - Get a workflow by ID. This API requires a `registered application key `_. + Get a workflow by ID. This API requires a `registered application key `_. Alternatively, you can configure these permissions `in the UI `_. :param workflow_id: The ID of the workflow. :type workflow_id: str @@ -342,7 +342,7 @@ def get_workflow_instance( ) -> WorklflowGetInstanceResponse: """Get a workflow instance. - Get a specific execution of a given workflow. This API requires a `registered application key `_. + Get a specific execution of a given workflow. This API requires a `registered application key `_. Alternatively, you can configure these permissions `in the UI `_. :param workflow_id: The ID of the workflow. :type workflow_id: str @@ -366,7 +366,7 @@ def list_workflow_instances( ) -> WorkflowListInstancesResponse: """List workflow instances. - List all instances of a given workflow. This API requires a `registered application key `_. + List all instances of a given workflow. This API requires a `registered application key `_. Alternatively, you can configure these permissions `in the UI `_. :param workflow_id: The ID of the workflow. :type workflow_id: str @@ -394,7 +394,7 @@ def update_workflow( ) -> UpdateWorkflowResponse: """Update an existing Workflow. - Update a workflow by ID. This API requires a `registered application key `_. + Update a workflow by ID. This API requires a `registered application key `_. Alternatively, you can configure these permissions `in the UI `_. :param workflow_id: The ID of the workflow. :type workflow_id: str