Skip to content

Commit 601fd0a

Browse files
authored
Fix Cache-Control/Vary examples in performance.adoc (#818)
This looks like a copy+paste mistake.
1 parent 7837d3c commit 601fd0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapters/performance.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ response header definitions provided by the guideline as follows:
257257
----
258258
components:
259259
parameters|headers:
260-
Accept-Encoding:
260+
Cache-Control:
261261
$ref: 'https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml#/Cache-Control'
262-
Content-Encoding:
262+
Vary:
263263
$ref: 'https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml#/Vary'
264264
ETag:
265265
$ref: 'https://opensource.zalando.com/restful-api-guidelines/models/headers-1.0.0.yaml#/ETag'

0 commit comments

Comments
 (0)