Skip to content

Commit 753312d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Sync OpenAPI specification with backend for McNulty (#288)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 665f598 commit 753312d

File tree

3 files changed

+10
-29
lines changed

3 files changed

+10
-29
lines changed

Diff for: .apigentools-info

+4-4
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": "2024-09-11 19:15:23.457120",
8-
"spec_repo_commit": "3288a6f0"
7+
"regenerated": "2024-09-12 09:36:34.033025",
8+
"spec_repo_commit": "7c86a87a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-09-11 19:15:23.476454",
13-
"spec_repo_commit": "3288a6f0"
12+
"regenerated": "2024-09-12 09:36:34.051405",
13+
"spec_repo_commit": "7c86a87a"
1414
}
1515
}
1616
}

Diff for: .generator/schemas/v1/openapi.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -22407,6 +22407,7 @@ components:
2240722407
access to the cloud cost data source in dashboards and notebooks.
2240822408
cloud_cost_management_write: Configure cloud cost accounts and global
2240922409
customizations.
22410+
code_analysis_read: View Code Analysis.
2241022411
continuous_profiler_pgo_read: Read and query Continuous Profiler data
2241122412
for Profile-Guided Optimization (PGO).
2241222413
create_webhooks: Create webhooks integrations.
@@ -22442,6 +22443,8 @@ components:
2244222443
security_monitoring_signals_read: View Security Signals.
2244322444
security_monitoring_suppressions_read: Read Rule Suppressions.
2244422445
security_monitoring_suppressions_write: Write Rule Suppressions.
22446+
security_pipelines_read: View Security Pipelines.
22447+
security_pipelines_write: Create, edit, and delete CSM Security Pipelines.
2244522448
slos_corrections: Apply, edit, and delete SLO status corrections. A user
2244622449
with this permission can make status corrections, even if they do not
2244722450
have permission to edit those SLOs.

Diff for: .generator/schemas/v2/openapi.yaml

+3-25
Original file line numberDiff line numberDiff line change
@@ -26324,11 +26324,6 @@ paths:
2632426324
description: Not Found
2632526325
'429':
2632626326
$ref: '#/components/responses/TooManyRequestsResponse'
26327-
security:
26328-
- apiKeyAuth: []
26329-
appKeyAuth: []
26330-
- AuthZ:
26331-
- user_access_manage
2633226327
summary: Delete an AuthN Mapping
2633326328
tags:
2633426329
- AuthN Mappings
@@ -26358,10 +26353,6 @@ paths:
2635826353
description: Not Found
2635926354
'429':
2636026355
$ref: '#/components/responses/TooManyRequestsResponse'
26361-
security:
26362-
- apiKeyAuth: []
26363-
appKeyAuth: []
26364-
- AuthZ: []
2636526356
summary: Get an AuthN Mapping by UUID
2636626357
tags:
2636726358
- AuthN Mappings
@@ -26415,11 +26406,6 @@ paths:
2641526406
description: Unprocessable Entity
2641626407
'429':
2641726408
$ref: '#/components/responses/TooManyRequestsResponse'
26418-
security:
26419-
- apiKeyAuth: []
26420-
appKeyAuth: []
26421-
- AuthZ:
26422-
- user_access_manage
2642326409
summary: Edit an AuthN Mapping
2642426410
tags:
2642526411
- AuthN Mappings
@@ -29232,11 +29218,6 @@ paths:
2923229218
$ref: '#/components/responses/NotFoundResponse'
2923329219
'429':
2923429220
$ref: '#/components/responses/TooManyRequestsResponse'
29235-
security:
29236-
- apiKeyAuth: []
29237-
appKeyAuth: []
29238-
- AuthZ:
29239-
- incident_read
2924029221
summary: Get a list of attachments
2924129222
tags:
2924229223
- Incidents
@@ -32900,9 +32881,6 @@ paths:
3290032881
$ref: '#/components/responses/ForbiddenResponse'
3290132882
'429':
3290232883
$ref: '#/components/responses/TooManyRequestsResponse'
32903-
security:
32904-
- apiKeyAuth: []
32905-
appKeyAuth: []
3290632884
summary: List Org Configs
3290732885
tags:
3290832886
- Organizations
@@ -32929,9 +32907,6 @@ paths:
3292932907
$ref: '#/components/responses/NotFoundResponse'
3293032908
'429':
3293132909
$ref: '#/components/responses/TooManyRequestsResponse'
32932-
security:
32933-
- apiKeyAuth: []
32934-
appKeyAuth: []
3293532910
summary: Get a specific Org Config value
3293632911
tags:
3293732912
- Organizations
@@ -33768,6 +33743,7 @@ paths:
3376833743
security:
3376933744
- apiKeyAuth: []
3377033745
appKeyAuth: []
33746+
- AuthZ: []
3377133747
summary: Delete a restriction policy
3377233748
tags:
3377333749
- Restriction Policies
@@ -33792,6 +33768,7 @@ paths:
3379233768
security:
3379333769
- apiKeyAuth: []
3379433770
appKeyAuth: []
33771+
- AuthZ: []
3379533772
summary: Get a restriction policy
3379633773
tags:
3379733774
- Restriction Policies
@@ -33871,6 +33848,7 @@ paths:
3387133848
security:
3387233849
- apiKeyAuth: []
3387333850
appKeyAuth: []
33851+
- AuthZ: []
3387433852
summary: Update a restriction policy
3387533853
tags:
3387633854
- Restriction Policies

0 commit comments

Comments
 (0)