From e61d6f1ada02504de563bf378ebe00a02e3b04af Mon Sep 17 00:00:00 2001 From: Daniel Krueger Date: Wed, 15 Jan 2025 21:03:20 +0100 Subject: [PATCH] migrate scripts --- ext/hivemq-edge-openapi-2025.1-SNAPSHOT.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ext/hivemq-edge-openapi-2025.1-SNAPSHOT.yaml b/ext/hivemq-edge-openapi-2025.1-SNAPSHOT.yaml index b9096daf6..4adda4a8e 100644 --- a/ext/hivemq-edge-openapi-2025.1-SNAPSHOT.yaml +++ b/ext/hivemq-edge-openapi-2025.1-SNAPSHOT.yaml @@ -2224,6 +2224,13 @@ paths: post: description: Creates a script operationId: createScript + parameters: + - description: The entity tag + in: header + name: If-Match + required: false + schema: + type: string requestBody: content: application/json: @@ -2305,6 +2312,12 @@ paths: required: true schema: type: string + - description: The entity tag + in: header + name: If-Match + required: false + schema: + type: string responses: "204": description: "Success, no response body"