Skip to content

Commit

Permalink
fix entity tag header key
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2-DanielKrueger committed Jan 15, 2025
1 parent bf89a80 commit 7b5b157
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/hivemq-edge-openapi-2025.1-SNAPSHOT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ paths:
type: string
- description: The entity tag
in: header
name: entityTag
name: If-Match
required: false
schema:
type: string
Expand Down Expand Up @@ -632,7 +632,7 @@ paths:
type: string
- description: The entity tag
in: header
name: entityTag
name: If-Match
required: false
schema:
type: string
Expand Down Expand Up @@ -1227,7 +1227,7 @@ paths:
type: string
- description: The entity tag
in: header
name: entityTag
name: If-Match
required: false
schema:
type: string
Expand Down Expand Up @@ -1368,7 +1368,7 @@ paths:
type: string
- description: The entity tag
in: header
name: entityTag
name: If-Match
required: false
schema:
type: string
Expand Down

0 comments on commit 7b5b157

Please sign in to comment.