Skip to content

Commit 949aadf

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit ec89ca1 of spec repo
1 parent fbda3de commit 949aadf

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/datadogV2/api/api_reference_tables.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub enum UpdateReferenceTableError {
117117
UnknownValue(serde_json::Value),
118118
}
119119

120-
/// Auto-generated tag Reference Tables
120+
/// View and manage Reference Tables in your organization.
121121
#[derive(Debug, Clone)]
122122
pub struct ReferenceTablesAPI {
123123
config: datadog::Configuration,

tests/scenarios/features/v2/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)