Skip to content

Commit 0eb1058

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Correct Error Response of Metric Tag Cardinalities Endpoint (#2757)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent f9ba1f2 commit 0eb1058

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "d02c8a3",
3-
"generated": "2025-08-08 12:07:20.979"
2+
"spec_repo_commit": "3a6cb30",
3+
"generated": "2025-08-12 15:41:29.674"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55875,25 +55875,25 @@ paths:
5587555875
content:
5587655876
application/json:
5587755877
schema:
55878-
$ref: '#/components/schemas/APIErrorResponse'
55878+
$ref: '#/components/schemas/JSONAPIErrorResponse'
5587955879
description: Bad Request
5588055880
'403':
5588155881
content:
5588255882
application/json:
5588355883
schema:
55884-
$ref: '#/components/schemas/APIErrorResponse'
55884+
$ref: '#/components/schemas/JSONAPIErrorResponse'
5588555885
description: Forbidden
5588655886
'404':
5588755887
content:
5588855888
application/json:
5588955889
schema:
55890-
$ref: '#/components/schemas/APIErrorResponse'
55890+
$ref: '#/components/schemas/JSONAPIErrorResponse'
5589155891
description: Not Found
5589255892
'429':
5589355893
content:
5589455894
application/json:
5589555895
schema:
55896-
$ref: '#/components/schemas/APIErrorResponse'
55896+
$ref: '#/components/schemas/JSONAPIErrorResponse'
5589755897
description: Too Many Requests
5589855898
summary: Get tag key cardinality details
5589955899
tags:

0 commit comments

Comments
 (0)