Skip to content

Commit 0101900

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 575c2df4 of spec repo
1 parent 08e04d9 commit 0101900

File tree

5 files changed

+272
-6
lines changed

5 files changed

+272
-6
lines changed

.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": "2025-03-17 21:07:51.484568",
8-
"spec_repo_commit": "2dfddc18"
7+
"regenerated": "2025-03-18 19:16:18.576543",
8+
"spec_repo_commit": "575c2df4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-17 21:07:59.850435",
13-
"spec_repo_commit": "2dfddc18"
12+
"regenerated": "2025-03-18 19:16:27.229829",
13+
"spec_repo_commit": "575c2df4"
1414
}
1515
}
1616
}

content/en/api/v2/software-catalog/examples.json

+2-2
Large diffs are not rendered by default.

data/api/v2/full_spec.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -11841,7 +11841,10 @@ components:
1184111841
properties:
1184211842
rawSchema:
1184311843
description: Schema from user input in base64 encoding.
11844+
example: ''
1184411845
type: string
11846+
required:
11847+
- rawSchema
1184511848
type: object
1184611849
EntityResponseIncludedRelatedEntity:
1184711850
description: Included related entity.
@@ -11862,6 +11865,7 @@ components:
1186211865
properties:
1186311866
kind:
1186411867
description: Entity kind.
11868+
example: ''
1186511869
type: string
1186611870
name:
1186711871
description: Entity name.
@@ -11872,6 +11876,8 @@ components:
1187211876
type:
1187311877
description: Entity relation type to the associated entity.
1187411878
type: string
11879+
required:
11880+
- kind
1187511881
type: object
1187611882
EntityResponseIncludedRelatedEntityMeta:
1187711883
description: Included related entity meta.
@@ -11909,7 +11915,10 @@ components:
1190911915
type: string
1191011916
title:
1191111917
description: Incident title.
11918+
example: ''
1191211919
type: string
11920+
required:
11921+
- title
1191311922
type: object
1191411923
EntityResponseIncludedRelatedOncallAttributes:
1191511924
description: Included related oncall attributes.
@@ -11918,7 +11927,10 @@ components:
1191811927
$ref: '#/components/schemas/EntityResponseIncludedRelatedOncallEscalations'
1191911928
provider:
1192011929
description: Oncall provider.
11930+
example: ''
1192111931
type: string
11932+
required:
11933+
- provider
1192211934
type: object
1192311935
EntityResponseIncludedRelatedOncallEscalationItem:
1192411936
description: Oncall escalation.
@@ -11956,6 +11968,8 @@ components:
1195611968
properties:
1195711969
schema:
1195811970
$ref: '#/components/schemas/EntityV3'
11971+
required:
11972+
- schema
1195911973
type: object
1196011974
EntityResponseMeta:
1196111975
description: Entity metadata.

0 commit comments

Comments
 (0)