Skip to content

Commit

Permalink
Add If-None-Match
Browse files Browse the repository at this point in the history
  • Loading branch information
JDMKSZ committed Mar 26, 2024
1 parent a2654da commit bdeb896
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/openapi/common/v1/common-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ components:
name: select
schema:
type: string
IfNoneMatch:
description: RFC7232 header field that makes a GET or HEAD request method conditional.
in: header
name: If-None-Match
schema:
type: string
example: W/"xy", "5", "7da7a728-f910-11e6-942a-68f728c1ba70"
responses:
HealthUpOrDegradedResponse:
description: The service is UP or DEGRADED
Expand Down

0 comments on commit bdeb896

Please sign in to comment.