From 355a6baec3e269604d91b22c2cf382edfc1e99b8 Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 20:11:14 +0000 Subject: [PATCH] Correct Error Response of Metric Tag Cardinalities Endpoint (#2591) Co-authored-by: ci.datadog-api-spec --- .generated-info | 4 ++-- .generator/schemas/v2/openapi.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.generated-info b/.generated-info index 138174260d1..48849a21708 100644 --- a/.generated-info +++ b/.generated-info @@ -1,4 +1,4 @@ { - "spec_repo_commit": "d02c8a3", - "generated": "2025-08-08 12:07:05.112" + "spec_repo_commit": "3a6cb30", + "generated": "2025-08-12 15:41:18.406" } diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 4f155402b7e..e9356a61f40 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -55875,25 +55875,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/APIErrorResponse' + $ref: '#/components/schemas/JSONAPIErrorResponse' description: Bad Request '403': content: application/json: schema: - $ref: '#/components/schemas/APIErrorResponse' + $ref: '#/components/schemas/JSONAPIErrorResponse' description: Forbidden '404': content: application/json: schema: - $ref: '#/components/schemas/APIErrorResponse' + $ref: '#/components/schemas/JSONAPIErrorResponse' description: Not Found '429': content: application/json: schema: - $ref: '#/components/schemas/APIErrorResponse' + $ref: '#/components/schemas/JSONAPIErrorResponse' description: Too Many Requests summary: Get tag key cardinality details tags: