Skip to content

Commit 8684535

Browse files
authored
Documentations: Adds links to PatchItems docs (#3910)
* Added links to PatchItems docs * Undo changes from internal file
1 parent b200491 commit 8684535

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Microsoft.Azure.Cosmos/src/Resource/Container/Container.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ public abstract Task<FeedResponse<T>> ReadManyItemsAsync<T>(
751751
/// ]]>
752752
/// </code>
753753
/// </example>
754+
/// <seealso href="https://learn.microsoft.com/azure/cosmos-db/partial-document-update#supported-modes">Supported partial document update modes</seealso>
754755
public abstract Task<ItemResponse<T>> PatchItemAsync<T>(
755756
string id,
756757
PartitionKey partitionKey,
@@ -783,6 +784,7 @@ public abstract Task<ItemResponse<T>> PatchItemAsync<T>(
783784
/// <example>
784785
/// <see cref="Container.PatchItemAsync"/>
785786
/// </example>
787+
/// <seealso href="https://learn.microsoft.com/azure/cosmos-db/partial-document-update#supported-modes">Supported partial document update modes</seealso>
786788
public abstract Task<ResponseMessage> PatchItemStreamAsync(
787789
string id,
788790
PartitionKey partitionKey,

0 commit comments

Comments
 (0)