Skip to content

Commit e48e733

Browse files
authored
feat: Adds gzip compression level param to spec (#652)
1 parent ad26a17 commit e48e733

5 files changed

Lines changed: 54 additions & 0 deletions

File tree

contracts/oss-diff.yml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/oss.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/oss.yml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/ref/oss.yml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/oss/paths/backup_shards_shardID.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ get:
1515
enum:
1616
- gzip
1717
- identity
18+
- in: header
19+
name: Gzip-Compression-Level
20+
description: The gzip compression level to use when compressing the response.
21+
schema:
22+
type: string
23+
enum:
24+
- none
25+
- default
26+
- speedy
27+
- full
1828
- in: path
1929
name: shardID
2030
schema:

0 commit comments

Comments
 (0)