Skip to content

Commit ce87371

Browse files
authored
Automated Spec Update (#290)
9daf01c5b7ac6936956f085792c573c06fb3c905 Change Notes: files Namespace - Update UploadArg - content_hash doc string sharing_folders Namespace - Add traverse to AccessLevel team_log_generated Namespace - Example and docstring updates
1 parent a31203c commit ce87371

File tree

12 files changed

+162
-62
lines changed

12 files changed

+162
-62
lines changed

dropbox-sdk-dotnet/Dropbox.Api/Generated/Files/FilesUserRoutes.cs

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

dropbox-sdk-dotnet/Dropbox.Api/Generated/Files/UploadArg.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ public class UploadArg : CommitInfo
5252
/// "rev" doesn't match the existing file's "rev", even if the existing file has been
5353
/// deleted. This also forces a conflict even when the target path refers to a file
5454
/// with identical contents.</param>
55-
/// <param name="contentHash">NOT YET SUPPORTED. A hash of the file content uploaded in
56-
/// this call. If provided and the uploaded content does not match this hash, an error
57-
/// will be returned. For more information see our <a
55+
/// <param name="contentHash">A hash of the file content uploaded in this call. If
56+
/// provided and the uploaded content does not match this hash, an error will be
57+
/// returned. For more information see our <a
5858
/// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
5959
/// page.</param>
6060
public UploadArg(string path,
@@ -93,9 +93,9 @@ public UploadArg()
9393
}
9494

9595
/// <summary>
96-
/// <para>NOT YET SUPPORTED. A hash of the file content uploaded in this call. If
97-
/// provided and the uploaded content does not match this hash, an error will be
98-
/// returned. For more information see our <a
96+
/// <para>A hash of the file content uploaded in this call. If provided and the
97+
/// uploaded content does not match this hash, an error will be returned. For more
98+
/// information see our <a
9999
/// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
100100
/// page.</para>
101101
/// </summary>

dropbox-sdk-dotnet/Dropbox.Api/Generated/Files/UploadSessionAppendArg.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ public class UploadSessionAppendArg
3636
/// won't be able to call <see
3737
/// cref="Dropbox.Api.Files.Routes.FilesUserRoutes.UploadSessionAppendV2Async" />
3838
/// anymore with the current session.</param>
39-
/// <param name="contentHash">NOT YET SUPPORTED. A hash of the file content uploaded in
40-
/// this call. If provided and the uploaded content does not match this hash, an error
41-
/// will be returned. For more information see our <a
39+
/// <param name="contentHash">A hash of the file content uploaded in this call. If
40+
/// provided and the uploaded content does not match this hash, an error will be
41+
/// returned. For more information see our <a
4242
/// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
4343
/// page.</param>
4444
public UploadSessionAppendArg(UploadSessionCursor cursor,
@@ -93,9 +93,9 @@ public UploadSessionAppendArg()
9393
public bool Close { get; protected set; }
9494

9595
/// <summary>
96-
/// <para>NOT YET SUPPORTED. A hash of the file content uploaded in this call. If
97-
/// provided and the uploaded content does not match this hash, an error will be
98-
/// returned. For more information see our <a
96+
/// <para>A hash of the file content uploaded in this call. If provided and the
97+
/// uploaded content does not match this hash, an error will be returned. For more
98+
/// information see our <a
9999
/// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
100100
/// page.</para>
101101
/// </summary>

dropbox-sdk-dotnet/Dropbox.Api/Generated/Files/UploadSessionFinishArg.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ public class UploadSessionFinishArg
3434
/// <param name="cursor">Contains the upload session ID and the offset.</param>
3535
/// <param name="commit">Contains the path and other optional modifiers for the
3636
/// commit.</param>
37-
/// <param name="contentHash">NOT YET SUPPORTED. A hash of the file content uploaded in
38-
/// this call. If provided and the uploaded content does not match this hash, an error
39-
/// will be returned. For more information see our <a
37+
/// <param name="contentHash">A hash of the file content uploaded in this call. If
38+
/// provided and the uploaded content does not match this hash, an error will be
39+
/// returned. For more information see our <a
4040
/// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
4141
/// page.</param>
4242
public UploadSessionFinishArg(UploadSessionCursor cursor,
@@ -92,9 +92,9 @@ public UploadSessionFinishArg()
9292
public CommitInfo Commit { get; protected set; }
9393

9494
/// <summary>
95-
/// <para>NOT YET SUPPORTED. A hash of the file content uploaded in this call. If
96-
/// provided and the uploaded content does not match this hash, an error will be
97-
/// returned. For more information see our <a
95+
/// <para>A hash of the file content uploaded in this call. If provided and the
96+
/// uploaded content does not match this hash, an error will be returned. For more
97+
/// information see our <a
9898
/// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
9999
/// page.</para>
100100
/// </summary>

dropbox-sdk-dotnet/Dropbox.Api/Generated/Files/UploadSessionStartArg.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ public class UploadSessionStartArg
3838
/// <param name="sessionType">Type of upload session you want to start. If not
3939
/// specified, default is <see cref="Dropbox.Api.Files.UploadSessionType.Sequential"
4040
/// />.</param>
41-
/// <param name="contentHash">NOT YET SUPPORTED. A hash of the file content uploaded in
42-
/// this call. If provided and the uploaded content does not match this hash, an error
43-
/// will be returned. For more information see our <a
41+
/// <param name="contentHash">A hash of the file content uploaded in this call. If
42+
/// provided and the uploaded content does not match this hash, an error will be
43+
/// returned. For more information see our <a
4444
/// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
4545
/// page.</param>
4646
public UploadSessionStartArg(bool close = false,
@@ -91,9 +91,9 @@ public UploadSessionStartArg()
9191
public UploadSessionType SessionType { get; protected set; }
9292

9393
/// <summary>
94-
/// <para>NOT YET SUPPORTED. A hash of the file content uploaded in this call. If
95-
/// provided and the uploaded content does not match this hash, an error will be
96-
/// returned. For more information see our <a
94+
/// <para>A hash of the file content uploaded in this call. If provided and the
95+
/// uploaded content does not match this hash, an error will be returned. For more
96+
/// information see our <a
9797
/// href="https://www.dropbox.com/developers/reference/content-hash">Content hash</a>
9898
/// page.</para>
9999
/// </summary>

0 commit comments

Comments
 (0)