Skip to content

Commit

Permalink
migrate scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2-DanielKrueger committed Jan 15, 2025
1 parent 95af14b commit e61d6f1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ext/hivemq-edge-openapi-2025.1-SNAPSHOT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e61d6f1

Please sign in to comment.