This commit is contained in:
djmitche 2024-01-22 03:13:24 +00:00
parent 61b14b1f4c
commit 89a7352b2a
4 changed files with 4 additions and 4 deletions

View file

@ -519,7 +519,7 @@ The request contains the following:</p>
<li>version ID at which the snapshot was made, and</li>
<li>encrypted snapshot data.</li>
</ul>
<p>The server should validate that the snapshot is for an existing version and is newer than any existing snapshot.
<p>The server may validate that the snapshot is for an existing version and is newer than any existing snapshot.
It may also validate that the snapshot is for a &quot;recent&quot; version (e.g., one of the last 5 versions).
If a snapshot already exists for the given version, the server may keep or discard the new snapshot but should return a success indication to the client.</p>
<p>The server response is empty.</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -221,7 +221,7 @@ The request contains the following:</p>
<li>version ID at which the snapshot was made, and</li>
<li>encrypted snapshot data.</li>
</ul>
<p>The server should validate that the snapshot is for an existing version and is newer than any existing snapshot.
<p>The server may validate that the snapshot is for an existing version and is newer than any existing snapshot.
It may also validate that the snapshot is for a &quot;recent&quot; version (e.g., one of the last 5 versions).
If a snapshot already exists for the given version, the server may keep or discard the new snapshot but should return a success indication to the client.</p>
<p>The server response is empty.</p>