Skip to content

Commit 54766e9

Browse files
Merge master into datadog-api-spec/test/oliver/-apps-2099-app-builder-api-documentation
2 parents a182b46 + 880cb0e commit 54766e9

File tree

83 files changed

+4855
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+4855
-33
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-01-22 15:54:16.616972",
8-
"spec_repo_commit": "7a8ea4b1"
7+
"regenerated": "2025-01-24 15:02:22.197138",
8+
"spec_repo_commit": "582cdbd4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-22 15:54:16.633227",
13-
"spec_repo_commit": "7a8ea4b1"
12+
"regenerated": "2025-01-24 15:02:22.212155",
13+
"spec_repo_commit": "582cdbd4"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5926,6 +5926,9 @@ components:
59265926

59275927
Make sure to use an application key created by an admin.'
59285928
properties:
5929+
description:
5930+
description: A description of the pipeline.
5931+
type: string
59295932
filter:
59305933
$ref: '#/components/schemas/LogsFilter'
59315934
id:
@@ -5948,6 +5951,12 @@ components:
59485951
items:
59495952
$ref: '#/components/schemas/LogsProcessor'
59505953
type: array
5954+
tags:
5955+
description: A list of tags associated with the pipeline.
5956+
items:
5957+
description: A single tag using the format `key:value`.
5958+
type: string
5959+
type: array
59515960
type:
59525961
description: Type of pipeline.
59535962
example: pipeline
@@ -7889,9 +7898,10 @@ components:
78897898
be pulled from the [Roles API](https://docs.datadoghq.com/api/latest/roles/#list-roles)
78907899
and are located in the `data.id` field. Editing a monitor includes any
78917900
updates to the monitor configuration, monitor deletion, and muting of
7892-
the monitor for any amount of time. `restricted_roles` is the successor
7893-
of `locked`. For more information about `locked` and `restricted_roles`,
7894-
see the [monitor options docs](https://docs.datadoghq.com/monitors/guide/monitor_api_options/#permissions-options).
7901+
the monitor for any amount of time. You can use the [Restriction Policies
7902+
API](https://docs.datadoghq.com/api/latest/restriction-policies/) to manage
7903+
write authorization for individual monitors by teams and users, in addition
7904+
to roles.
78957905
items:
78967906
description: A role UUID.
78977907
type: string
@@ -23737,6 +23747,10 @@ components:
2373723747
security_monitoring_filters_write: Create, edit, and delete Security Filters.
2373823748
security_monitoring_findings_read: View a list of findings that include
2373923749
both misconfigurations and identity risks.
23750+
security_monitoring_notification_profiles_read: View Rule Security Notification
23751+
rules.
23752+
security_monitoring_notification_profiles_write: Create, edit, and delete
23753+
Security Notification rules.
2374023754
security_monitoring_rules_read: Read Detection Rules.
2374123755
security_monitoring_rules_write: Create and edit Detection Rules.
2374223756
security_monitoring_signals_read: View Security Signals.

0 commit comments

Comments
 (0)