Skip to content

Commit 9cef738

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Change description of Reference Tables API documentation (#2922)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 9dabefe commit 9cef738

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81521,7 +81521,7 @@ tags:
8152181521
aggregate your RUM events over HTTP. See the [RUM & Session Replay page](https://docs.datadoghq.com/real_user_monitoring/)
8152281522
for more information
8152381523
name: RUM
81524-
- description: Auto-generated tag Reference Tables
81524+
- description: View and manage Reference Tables in your organization.
8152581525
name: Reference Tables
8152681526
- description: 'A restriction policy defines the access control rules for a resource,
8152781527
mapping a set of relations

src/datadog_api_client/v2/api/reference_tables_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
class ReferenceTablesApi:
2525
"""
26-
Auto-generated tag Reference Tables
26+
View and manage Reference Tables in your organization.
2727
"""
2828

2929
def __init__(self, api_client=None):

tests/v2/features/reference_tables.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@endpoint(reference-tables) @endpoint(reference-tables-v2)
22
Feature: Reference Tables
3-
Auto-generated tag Reference Tables
3+
View and manage Reference Tables in your organization.
44

55
Background:
66
Given a valid "apiKeyAuth" key in the system

0 commit comments

Comments
 (0)