Skip to content

Commit 3bfaa88

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 5fd0df25 of spec repo
1 parent 96abd00 commit 3bfaa88

File tree

5 files changed

+144
-4
lines changed

5 files changed

+144
-4
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-08-15 18:55:08.585039",
8-
"spec_repo_commit": "c38287bf"
7+
"regenerated": "2025-08-15 20:12:14.764431",
8+
"spec_repo_commit": "5fd0df25"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-08-15 18:55:19.125843",
13-
"spec_repo_commit": "c38287bf"
12+
"regenerated": "2025-08-15 20:12:24.895675",
13+
"spec_repo_commit": "5fd0df25"
1414
}
1515
}
1616
}

content/en/api/v2/cloud-cost-management/examples.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,14 @@
236236
},
237237
"html": "<div class=\"\"><div class=\"row \">\n <div class=\"col-12 first-column\">\n <div class=\"row first-row \">\n <div class=\"col-4 column\">\n <p class=\"key\">errors&nbsp;[<em>required</em>]</p>\n </div>\n <div class=\"col-2 column\"><p>[string]</p></div>\n <div class=\"col-6 column\"><p>A list of errors.</p></div>\n </div>\n \n </div>\n </div></div>"
238238
},
239+
"404": {
240+
"json": {
241+
"errors": [
242+
"Bad Request"
243+
]
244+
},
245+
"html": "<div class=\"\"><div class=\"row \">\n <div class=\"col-12 first-column\">\n <div class=\"row first-row \">\n <div class=\"col-4 column\">\n <p class=\"key\">errors&nbsp;[<em>required</em>]</p>\n </div>\n <div class=\"col-2 column\"><p>[string]</p></div>\n <div class=\"col-6 column\"><p>A list of errors.</p></div>\n </div>\n \n </div>\n </div></div>"
246+
},
239247
"429": {
240248
"json": {
241249
"errors": [
@@ -521,6 +529,14 @@
521529
},
522530
"html": "<div class=\"\"><div class=\"row \">\n <div class=\"col-12 first-column\">\n <div class=\"row first-row \">\n <div class=\"col-4 column\">\n <p class=\"key\">errors&nbsp;[<em>required</em>]</p>\n </div>\n <div class=\"col-2 column\"><p>[string]</p></div>\n <div class=\"col-6 column\"><p>A list of errors.</p></div>\n </div>\n \n </div>\n </div></div>"
523531
},
532+
"404": {
533+
"json": {
534+
"errors": [
535+
"Bad Request"
536+
]
537+
},
538+
"html": "<div class=\"\"><div class=\"row \">\n <div class=\"col-12 first-column\">\n <div class=\"row first-row \">\n <div class=\"col-4 column\">\n <p class=\"key\">errors&nbsp;[<em>required</em>]</p>\n </div>\n <div class=\"col-2 column\"><p>[string]</p></div>\n <div class=\"col-6 column\"><p>A list of errors.</p></div>\n </div>\n \n </div>\n </div></div>"
539+
},
524540
"429": {
525541
"json": {
526542
"errors": [

data/api/v2/full_spec.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50716,6 +50716,12 @@ paths:
5071650716
schema:
5071750717
$ref: '#/components/schemas/APIErrorResponse'
5071850718
description: Forbidden
50719+
'404':
50720+
content:
50721+
application/json:
50722+
schema:
50723+
$ref: '#/components/schemas/APIErrorResponse'
50724+
description: Not Found
5071950725
'429':
5072050726
$ref: '#/components/responses/TooManyRequestsResponse'
5072150727
security:
@@ -50880,6 +50886,12 @@ paths:
5088050886
schema:
5088150887
$ref: '#/components/schemas/APIErrorResponse'
5088250888
description: Forbidden
50889+
'404':
50890+
content:
50891+
application/json:
50892+
schema:
50893+
$ref: '#/components/schemas/APIErrorResponse'
50894+
description: Not Found
5088350895
'429':
5088450896
$ref: '#/components/responses/TooManyRequestsResponse'
5088550897
security:

data/api/v2/full_spec_deref.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402091,6 +402091,34 @@
402091402091
},
402092402092
"description": "Forbidden"
402093402093
},
402094+
"404": {
402095+
"content": {
402096+
"application/json": {
402097+
"schema": {
402098+
"description": "API error response.",
402099+
"properties": {
402100+
"errors": {
402101+
"description": "A list of errors.",
402102+
"example": [
402103+
"Bad Request"
402104+
],
402105+
"items": {
402106+
"description": "A list of items.",
402107+
"example": "Bad Request",
402108+
"type": "string"
402109+
},
402110+
"type": "array"
402111+
}
402112+
},
402113+
"required": [
402114+
"errors"
402115+
],
402116+
"type": "object"
402117+
}
402118+
}
402119+
},
402120+
"description": "Not Found"
402121+
},
402094402122
"429": {
402095402123
"content": {
402096402124
"application/json": {
@@ -403251,6 +403279,34 @@
403251403279
},
403252403280
"description": "Forbidden"
403253403281
},
403282+
"404": {
403283+
"content": {
403284+
"application/json": {
403285+
"schema": {
403286+
"description": "API error response.",
403287+
"properties": {
403288+
"errors": {
403289+
"description": "A list of errors.",
403290+
"example": [
403291+
"Bad Request"
403292+
],
403293+
"items": {
403294+
"description": "A list of items.",
403295+
"example": "Bad Request",
403296+
"type": "string"
403297+
},
403298+
"type": "array"
403299+
}
403300+
},
403301+
"required": [
403302+
"errors"
403303+
],
403304+
"type": "object"
403305+
}
403306+
}
403307+
},
403308+
"description": "Not Found"
403309+
},
403254403310
"429": {
403255403311
"content": {
403256403312
"application/json": {

static/resources/json/full_spec_v2.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402091,6 +402091,34 @@
402091402091
},
402092402092
"description": "Forbidden"
402093402093
},
402094+
"404": {
402095+
"content": {
402096+
"application/json": {
402097+
"schema": {
402098+
"description": "API error response.",
402099+
"properties": {
402100+
"errors": {
402101+
"description": "A list of errors.",
402102+
"example": [
402103+
"Bad Request"
402104+
],
402105+
"items": {
402106+
"description": "A list of items.",
402107+
"example": "Bad Request",
402108+
"type": "string"
402109+
},
402110+
"type": "array"
402111+
}
402112+
},
402113+
"required": [
402114+
"errors"
402115+
],
402116+
"type": "object"
402117+
}
402118+
}
402119+
},
402120+
"description": "Not Found"
402121+
},
402094402122
"429": {
402095402123
"content": {
402096402124
"application/json": {
@@ -403251,6 +403279,34 @@
403251403279
},
403252403280
"description": "Forbidden"
403253403281
},
403282+
"404": {
403283+
"content": {
403284+
"application/json": {
403285+
"schema": {
403286+
"description": "API error response.",
403287+
"properties": {
403288+
"errors": {
403289+
"description": "A list of errors.",
403290+
"example": [
403291+
"Bad Request"
403292+
],
403293+
"items": {
403294+
"description": "A list of items.",
403295+
"example": "Bad Request",
403296+
"type": "string"
403297+
},
403298+
"type": "array"
403299+
}
403300+
},
403301+
"required": [
403302+
"errors"
403303+
],
403304+
"type": "object"
403305+
}
403306+
}
403307+
},
403308+
"description": "Not Found"
403309+
},
403254403310
"429": {
403255403311
"content": {
403256403312
"application/json": {

0 commit comments

Comments
 (0)