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"