@@ -239,9 +239,9 @@ public sys.IAsyncResult BeginAlphaUpload(UploadArg uploadArg, io.Stream body, sy
239239 /// "rev" doesn't match the existing file's "rev", even if the existing file has been
240240 /// deleted. This also forces a conflict even when the target path refers to a file
241241 /// with identical contents.</param>
242- /// <param name="contentHash">NOT YET SUPPORTED. A hash of the file content uploaded in
243- /// this call. If provided and the uploaded content does not match this hash, an error
244- /// will be returned. For more information see our <a
242+ /// <param name="contentHash">A hash of the file content uploaded in this call. If
243+ /// provided and the uploaded content does not match this hash, an error will be
244+ /// returned. For more information see our <a
245245 /// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
246246 /// page.</param>
247247 /// <param name="body">The document to upload</param>
@@ -296,9 +296,9 @@ public t.Task<FileMetadata> AlphaUploadAsync(string path,
296296 /// "rev" doesn't match the existing file's "rev", even if the existing file has been
297297 /// deleted. This also forces a conflict even when the target path refers to a file
298298 /// with identical contents.</param>
299- /// <param name="contentHash">NOT YET SUPPORTED. A hash of the file content uploaded in
300- /// this call. If provided and the uploaded content does not match this hash, an error
301- /// will be returned. For more information see our <a
299+ /// <param name="contentHash">A hash of the file content uploaded in this call. If
300+ /// provided and the uploaded content does not match this hash, an error will be
301+ /// returned. For more information see our <a
302302 /// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
303303 /// page.</param>
304304 /// <param name="body">The document to upload</param>
@@ -6555,9 +6555,9 @@ public sys.IAsyncResult BeginUpload(UploadArg uploadArg, io.Stream body, sys.Asy
65556555 /// "rev" doesn't match the existing file's "rev", even if the existing file has been
65566556 /// deleted. This also forces a conflict even when the target path refers to a file
65576557 /// with identical contents.</param>
6558- /// <param name="contentHash">NOT YET SUPPORTED. A hash of the file content uploaded in
6559- /// this call. If provided and the uploaded content does not match this hash, an error
6560- /// will be returned. For more information see our <a
6558+ /// <param name="contentHash">A hash of the file content uploaded in this call. If
6559+ /// provided and the uploaded content does not match this hash, an error will be
6560+ /// returned. For more information see our <a
65616561 /// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
65626562 /// page.</param>
65636563 /// <param name="body">The document to upload</param>
@@ -6611,9 +6611,9 @@ public t.Task<FileMetadata> UploadAsync(string path,
66116611 /// "rev" doesn't match the existing file's "rev", even if the existing file has been
66126612 /// deleted. This also forces a conflict even when the target path refers to a file
66136613 /// with identical contents.</param>
6614- /// <param name="contentHash">NOT YET SUPPORTED. A hash of the file content uploaded in
6615- /// this call. If provided and the uploaded content does not match this hash, an error
6616- /// will be returned. For more information see our <a
6614+ /// <param name="contentHash">A hash of the file content uploaded in this call. If
6615+ /// provided and the uploaded content does not match this hash, an error will be
6616+ /// returned. For more information see our <a
66176617 /// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
66186618 /// page.</param>
66196619 /// <param name="body">The document to upload</param>
@@ -6721,9 +6721,9 @@ public sys.IAsyncResult BeginUploadSessionAppendV2(UploadSessionAppendArg upload
67216721 /// won't be able to call <see
67226722 /// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.UploadSessionAppendV2Async" />
67236723 /// anymore with the current session.</param>
6724- /// <param name="contentHash">NOT YET SUPPORTED. A hash of the file content uploaded in
6725- /// this call. If provided and the uploaded content does not match this hash, an error
6726- /// will be returned. For more information see our <a
6724+ /// <param name="contentHash">A hash of the file content uploaded in this call. If
6725+ /// provided and the uploaded content does not match this hash, an error will be
6726+ /// returned. For more information see our <a
67276727 /// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
67286728 /// page.</param>
67296729 /// <param name="body">The document to upload</param>
@@ -6751,9 +6751,9 @@ public t.Task UploadSessionAppendV2Async(UploadSessionCursor cursor,
67516751 /// won't be able to call <see
67526752 /// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.UploadSessionAppendV2Async" />
67536753 /// anymore with the current session.</param>
6754- /// <param name="contentHash">NOT YET SUPPORTED. A hash of the file content uploaded in
6755- /// this call. If provided and the uploaded content does not match this hash, an error
6756- /// will be returned. For more information see our <a
6754+ /// <param name="contentHash">A hash of the file content uploaded in this call. If
6755+ /// provided and the uploaded content does not match this hash, an error will be
6756+ /// returned. For more information see our <a
67576757 /// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
67586758 /// page.</param>
67596759 /// <param name="body">The document to upload</param>
@@ -6967,9 +6967,9 @@ public sys.IAsyncResult BeginUploadSessionFinish(UploadSessionFinishArg uploadSe
69676967 /// <param name="cursor">Contains the upload session ID and the offset.</param>
69686968 /// <param name="commit">Contains the path and other optional modifiers for the
69696969 /// commit.</param>
6970- /// <param name="contentHash">NOT YET SUPPORTED. A hash of the file content uploaded in
6971- /// this call. If provided and the uploaded content does not match this hash, an error
6972- /// will be returned. For more information see our <a
6970+ /// <param name="contentHash">A hash of the file content uploaded in this call. If
6971+ /// provided and the uploaded content does not match this hash, an error will be
6972+ /// returned. For more information see our <a
69736973 /// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
69746974 /// page.</param>
69756975 /// <param name="body">The document to upload</param>
@@ -6996,9 +6996,9 @@ public t.Task<FileMetadata> UploadSessionFinishAsync(UploadSessionCursor cursor,
69966996 /// <param name="cursor">Contains the upload session ID and the offset.</param>
69976997 /// <param name="commit">Contains the path and other optional modifiers for the
69986998 /// commit.</param>
6999- /// <param name="contentHash">NOT YET SUPPORTED. A hash of the file content uploaded in
7000- /// this call. If provided and the uploaded content does not match this hash, an error
7001- /// will be returned. For more information see our <a
6999+ /// <param name="contentHash">A hash of the file content uploaded in this call. If
7000+ /// provided and the uploaded content does not match this hash, an error will be
7001+ /// returned. For more information see our <a
70027002 /// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
70037003 /// page.</param>
70047004 /// <param name="body">The document to upload</param>
@@ -7510,9 +7510,9 @@ public sys.IAsyncResult BeginUploadSessionStart(UploadSessionStartArg uploadSess
75107510 /// <param name="sessionType">Type of upload session you want to start. If not
75117511 /// specified, default is <see cref="Dropbox.Api.Files.UploadSessionType.Sequential"
75127512 /// />.</param>
7513- /// <param name="contentHash">NOT YET SUPPORTED. A hash of the file content uploaded in
7514- /// this call. If provided and the uploaded content does not match this hash, an error
7515- /// will be returned. For more information see our <a
7513+ /// <param name="contentHash">A hash of the file content uploaded in this call. If
7514+ /// provided and the uploaded content does not match this hash, an error will be
7515+ /// returned. For more information see our <a
75167516 /// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
75177517 /// page.</param>
75187518 /// <param name="body">The document to upload</param>
@@ -7543,9 +7543,9 @@ public t.Task<UploadSessionStartResult> UploadSessionStartAsync(bool close = fal
75437543 /// <param name="sessionType">Type of upload session you want to start. If not
75447544 /// specified, default is <see cref="Dropbox.Api.Files.UploadSessionType.Sequential"
75457545 /// />.</param>
7546- /// <param name="contentHash">NOT YET SUPPORTED. A hash of the file content uploaded in
7547- /// this call. If provided and the uploaded content does not match this hash, an error
7548- /// will be returned. For more information see our <a
7546+ /// <param name="contentHash">A hash of the file content uploaded in this call. If
7547+ /// provided and the uploaded content does not match this hash, an error will be
7548+ /// returned. For more information see our <a
75497549 /// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
75507550 /// page.</param>
75517551 /// <param name="body">The document to upload</param>
0 commit comments