Skip to content

Commit 6ff3bc1

Browse files
DropboxBotEugene Che
andauthored
Automated Spec Update (#265)
d439f00c77d82184d4d14c783166f372c8f03dd1 Change Notes: files Namespace Add api_proxy_dev_check_api_v2_service namespace Add api_proxy_dev_check_api_v2_types namespace Co-authored-by: Eugene Che <[email protected]> Co-authored-by: DropboxBot <[email protected]> Co-authored-by: Eugene Che <[email protected]>
1 parent 6056039 commit 6ff3bc1

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,14 @@ protected override Overwrite Create()
327327
}
328328

329329
/// <summary>
330-
/// <para>Overwrite if the given "rev" matches the existing file's "rev". The
331-
/// autorename strategy is to append the string "conflicted copy" to the file name. For
332-
/// example, "document.txt" might become "document (conflicted copy).txt" or "document
333-
/// (Panda's conflicted copy).txt".</para>
330+
/// <para>Overwrite if the given "rev" matches the existing file's "rev". The supplied
331+
/// value should be the latest known "rev" of the file, for example, from <see
332+
/// cref="FileMetadata" />, from when the file was last downloaded by the app. This
333+
/// will cause the file on the Dropbox servers to be overwritten if the given "rev"
334+
/// matches the existing file's current "rev" on the Dropbox servers. The autorename
335+
/// strategy is to append the string "conflicted copy" to the file name. For example,
336+
/// "document.txt" might become "document (conflicted copy).txt" or "document (Panda's
337+
/// conflicted copy).txt".</para>
334338
/// </summary>
335339
public sealed class Update : WriteMode
336340
{

spec

0 commit comments

Comments
 (0)