Skip to content

Commit 9af36e1

Browse files
committed
fix type in default property
Signed-off-by: David Hontecillas <dhontecillas@gmail.com>
1 parent 298d186 commit 9af36e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v2.13/backend/pubsub/kafka/publisher.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"success_status_code": {
1010
"title": "Success Status Code",
1111
"description": "HTTP status code to return for a successful write in the queue",
12-
"x-deafult": 200,
12+
"default": 200,
1313
"type": "number",
1414
"maximum": 201,
1515
"minimum": 200

v2.13/krakend.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@
18201820
"success_status_code": {
18211821
"title": "Success Status Code",
18221822
"description": "HTTP status code to return for a successful write in the queue",
1823-
"x-deafult": 200,
1823+
"default": 200,
18241824
"type": "number",
18251825
"maximum": 201,
18261826
"minimum": 200

0 commit comments

Comments
 (0)