Skip to content

Commit 1d48a48

Browse files
committed
fix download docs
1 parent 82d440c commit 1d48a48

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

code/go/0chain.net/blobbercore/handler/object_operation_handler.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,7 @@ func (fsh *StorageHandler) RedeemReadMarker(ctx context.Context, r *http.Request
327327
// in: header
328328
// type: string
329329
// +name: X-Verify-Download
330-
// description: If set to "true", the download should be verified. If the mode is "thumbnail",\
331-
// the thumbnail hash stored in the db is compared with the hash of the actual file.\
332-
// If the mode is "full", merkle proof is calculated and returned in the response.
330+
// 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.
333331
// in: header
334332
// type: string
335333
// +name: X-Version

0 commit comments

Comments
 (0)