Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,13 @@ paths:
example: xz
schema:
type: string
enum: [xz, bzip2]
enum:
- br
- bz2
- lzip
- lz4
- zst
- xz
responses:
200:
description: successful operation
Expand Down Expand Up @@ -249,8 +255,15 @@ components:
example: nar/1w1fff338fvdw53sqgamddn1b2xgds473pv6y13gizdbqjv4i5p3.nar.xz
Compression:
type: string
description: The compression method; either xz or bzip2.
description: The compression method
example: xz
enum:
- br
- bz2
- lzip
- lz4
- zst
- xz
FileHash:
type: string
description: The cryptographic hash of the file to download in base32
Expand Down