diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 2c340a95bd..4afc5c00f0 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -81521,7 +81521,7 @@ tags: aggregate your RUM events over HTTP. See the [RUM & Session Replay page](https://docs.datadoghq.com/real_user_monitoring/) for more information name: RUM -- description: Auto-generated tag Reference Tables +- description: View and manage Reference Tables in your organization. name: Reference Tables - description: 'A restriction policy defines the access control rules for a resource, mapping a set of relations diff --git a/src/datadog_api_client/v2/api/reference_tables_api.py b/src/datadog_api_client/v2/api/reference_tables_api.py index 574f2bedf6..c84713e7e6 100644 --- a/src/datadog_api_client/v2/api/reference_tables_api.py +++ b/src/datadog_api_client/v2/api/reference_tables_api.py @@ -23,7 +23,7 @@ class ReferenceTablesApi: """ - Auto-generated tag Reference Tables + View and manage Reference Tables in your organization. """ def __init__(self, api_client=None): diff --git a/tests/v2/features/reference_tables.feature b/tests/v2/features/reference_tables.feature index 17e66019c0..8a01298dc5 100644 --- a/tests/v2/features/reference_tables.feature +++ b/tests/v2/features/reference_tables.feature @@ -1,6 +1,6 @@ @endpoint(reference-tables) @endpoint(reference-tables-v2) Feature: Reference Tables - Auto-generated tag Reference Tables + View and manage Reference Tables in your organization. Background: Given a valid "apiKeyAuth" key in the system