Skip to content

Commit 3e982ed

Browse files
committed
refactor: Change 500 for /api/v1/data-hub/interpolation-variables
1 parent fab8698 commit 3e982ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/hivemq-edge-openapi-2025.11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ paths:
18281828
content:
18291829
application/json:
18301830
schema:
1831-
$ref: '#/components/schemas/ProblemDetails'
1831+
$ref: '#/components/schemas/InternalServerError'
18321832
description: Internal server error
18331833
summary: Get all interpolation variables
18341834
tags:

ext/openAPI/paths/api_v1_data-hub_interpolation-variables.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ get:
1212
content:
1313
application/json:
1414
schema:
15-
$ref: ../components/schemas/ProblemDetails.yaml
15+
$ref: "../components/schemas/errors/http/InternalServerError.yaml"
1616
description: Internal server error
1717
summary: Get all interpolation variables
1818
tags:

0 commit comments

Comments
 (0)