Skip to content

Commit 4c1cd80

Browse files
committed
generate latest docs
1 parent e2a73e6 commit 4c1cd80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swagger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Download Handler (downloadFile)
323323
| X-Path | `header` | string | `string` | || | The path of the file to download. |
324324
| X-Path-Hash | `header` | string | `string` | | | | The hash of the path of the file to download. If not provided, will be calculated from "X-Path" parameter. |
325325
| X-Read-Marker | `header` | string | `string` | | | | The read marker to use for the download (check [ReadMarker](#/responses/ReadMarker)). |
326-
| X-Verify-Download | `header` | string | `string` | | | | If set to "true", the download should be verified. If the mode is "thumbnail",\ |
326+
| X-Verify-Download | `header` | string | `string` | | | | If set to "true", the download should be verified. If the mode is "thumbnail", the thumbnail hash stored in the db is compared with the hash of the actual file. If the mode is "full", merkle proof is calculated and returned in the response. |
327327
| X-Version | `header` | string | `string` | | | | If its value is "v2" then both allocation_id and blobber url base are hashed and verified using X-App-Client-Signature-V2. |
328328

329329
#### All responses

swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ paths:
670670
in: header
671671
name: X-Mode
672672
type: string
673-
- description: If set to "true", the download should be verified. If the mode is "thumbnail",\
673+
- description: If set to "true", the download should be verified. If the mode is "thumbnail", the thumbnail hash stored in the db is compared with the hash of the actual file. If the mode is "full", merkle proof is calculated and returned in the response.
674674
in: header
675675
name: X-Verify-Download
676676
type: string

0 commit comments

Comments
 (0)