Skip to content

Commit b4ef2d7

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit ef7197fd of spec repo
1 parent 76b3aef commit b4ef2d7

21 files changed

+55
-57
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-03-06 21:28:39.406736",
8-
"spec_repo_commit": "d6a6faf6"
7+
"regenerated": "2025-03-10 16:48:39.217121",
8+
"spec_repo_commit": "ef7197fd"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-06 21:28:39.424165",
13-
"spec_repo_commit": "d6a6faf6"
12+
"regenerated": "2025-03-10 16:48:39.233253",
13+
"spec_repo_commit": "ef7197fd"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ components:
684684
schema:
685685
type: string
686686
RumApplicationIDParameter:
687-
description: Application ID.
687+
description: RUM application ID.
688688
in: path
689689
name: app_id
690690
required: true
@@ -25579,13 +25579,12 @@ components:
2557925579
minimum: 0
2558025580
type: integer
2558125581
RumRetentionFilterSource:
25582-
description: The type of RUM events to filter on.
25582+
description: The source that defines the origin of the retention filter.
2558325583
enum:
2558425584
- ui
2558525585
- terraform
2558625586
- default
2558725587
- unknown
25588-
example: terraform
2558925588
type: string
2559025589
x-enum-varnames:
2559125590
- UI
@@ -25654,7 +25653,8 @@ components:
2565425653
description: 'The list of RUM retention filter IDs along with their corresponding
2565525654
type to reorder.
2565625655

25657-
All retention filter IDs should be included in the list created for an application.'
25656+
All retention filter IDs should be included in the list created for a RUM
25657+
application.'
2565825658
properties:
2565925659
data:
2566025660
description: A list of RUM retention filter IDs along with type.
@@ -25672,7 +25672,7 @@ components:
2567225672
type: array
2567325673
type: object
2567425674
RumRetentionFiltersResponse:
25675-
description: All RUM retention filters for an application.
25675+
description: All RUM retention filters for a RUM application.
2567625676
properties:
2567725677
data:
2567825678
description: A list of RUM retention filters.
@@ -46225,7 +46225,7 @@ paths:
4622546225
- rum_apps_write
4622646226
/api/v2/rum/applications/{app_id}/relationships/retention_filters:
4622746227
patch:
46228-
description: 'Order RUM retention filters for an application.
46228+
description: 'Order RUM retention filters for a RUM application.
4622946229

4623046230
Returns RUM retention filter objects without attributes and meta from the
4623146231
request body when the request is successful.'
@@ -46258,7 +46258,7 @@ paths:
4625846258
x-codegen-request-body-name: body
4625946259
/api/v2/rum/applications/{app_id}/retention_filters:
4626046260
get:
46261-
description: Get the list of RUM retention filters for an application.
46261+
description: Get the list of RUM retention filters for a RUM application.
4626246262
operationId: ListRetentionFilters
4626346263
parameters:
4626446264
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46277,7 +46277,7 @@ paths:
4627746277
tags:
4627846278
- Rum Retention Filters
4627946279
post:
46280-
description: 'Create a RUM retention filter for an application.
46280+
description: 'Create a RUM retention filter for a RUM application.
4628146281

4628246282
Returns RUM retention filter objects from the request body when the request
4628346283
is successful.'
@@ -46310,7 +46310,7 @@ paths:
4631046310
x-codegen-request-body-name: body
4631146311
/api/v2/rum/applications/{app_id}/retention_filters/{rf_id}:
4631246312
delete:
46313-
description: Delete a RUM retention filter for an application.
46313+
description: Delete a RUM retention filter for a RUM application.
4631446314
operationId: DeleteRetentionFilter
4631546315
parameters:
4631646316
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46328,7 +46328,7 @@ paths:
4632846328
tags:
4632946329
- Rum Retention Filters
4633046330
get:
46331-
description: Get a RUM retention filter for an application.
46331+
description: Get a RUM retention filter for a RUM application.
4633246332
operationId: GetRetentionFilter
4633346333
parameters:
4633446334
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46350,7 +46350,7 @@ paths:
4635046350
tags:
4635146351
- Rum Retention Filters
4635246352
patch:
46353-
description: 'Update a RUM retention filter for an application.
46353+
description: 'Update a RUM retention filter for a RUM application.
4635446354

4635546355
Returns RUM retention filter objects from the request body when the request
4635646356
is successful.'
@@ -53800,7 +53800,7 @@ tags:
5380053800
url: https://docs.datadoghq.com/real_user_monitoring/platform/generate_metrics/
5380153801
name: Rum Metrics
5380253802
- description: Manage retention filters through [Manage Applications](https://app.datadoghq.com/rum/list)
53803-
for your organization.
53803+
of RUM for your organization.
5380453804
name: Rum Retention Filters
5380553805
- description: Create and manage your security rules, signals, filters, and more.
5380653806
See the [Datadog Security page](https://docs.datadoghq.com/security/) for more
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-03-03T21:21:22.678Z
1+
2025-03-10T16:35:00.110Z

cassettes/features/v2/rum_retention_filters/Create-a-RUM-retention-filter-returns-Bad-Request-response.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-03-03T21:21:23.296Z
1+
2025-03-10T16:35:00.256Z

cassettes/features/v2/rum_retention_filters/Delete-a-RUM-retention-filter-returns-Not-Found-response.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-03-03T21:21:23.382Z
1+
2025-03-10T16:35:00.395Z

cassettes/features/v2/rum_retention_filters/Get-a-RUM-retention-filter-returns-Not-Found-response.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-03-03T21:21:23.865Z
1+
2025-03-10T16:35:00.532Z

cassettes/features/v2/rum_retention_filters/Order-RUM-retention-filters-returns-Bad-Request-response.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)