Skip to content

Commit da4d314

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix "Get all pipelines" response documentation (#2315)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 832895e commit da4d314

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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-08 14:02:38.575019",
8-
"spec_repo_commit": "1920836f"
7+
"regenerated": "2025-01-09 20:03:44.763258",
8+
"spec_repo_commit": "07ed2f56"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-08 14:02:38.589493",
13-
"spec_repo_commit": "1920836f"
12+
"regenerated": "2025-01-09 20:03:44.778099",
13+
"spec_repo_commit": "07ed2f56"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5957,7 +5957,7 @@ components:
59575957
- name
59585958
type: object
59595959
LogsPipelineList:
5960-
description: Array of pipeline ID strings.
5960+
description: Array of all log pipeline objects configured for the organization.
59615961
items:
59625962
$ref: '#/components/schemas/LogsPipeline'
59635963
type: array

src/datadog_api_client/v1/model/logs_pipeline_list.py

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

1313
class LogsPipelineList(ModelSimple):
1414
"""
15-
Array of pipeline ID strings.
15+
Array of all log pipeline objects configured for the organization.
1616
1717
1818
:type value: [LogsPipeline]

0 commit comments

Comments
 (0)