From 8bfa95e91bfabc523af43cfc48a097143fd12832 Mon Sep 17 00:00:00 2001 From: Alex Krizsan Date: Mon, 25 Nov 2024 08:31:40 +0100 Subject: [PATCH] Fixing DELETE /gateway/events status code. --- JSON_for_IO-Link.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSON_for_IO-Link.yaml b/JSON_for_IO-Link.yaml index 4e3a082..8aca176 100644 --- a/JSON_for_IO-Link.yaml +++ b/JSON_for_IO-Link.yaml @@ -582,7 +582,7 @@ paths: - $ref: "#/components/parameters/eventTop" - $ref: "#/components/parameters/eventBottom" responses: - "200": + "204": description: Successful operation "400": description: Bad Request