Skip to content

Commit

Permalink
Documentations: Adds links to PatchItems docs (#3910)
Browse files Browse the repository at this point in the history
* Added links to PatchItems docs

* Undo changes from internal file
  • Loading branch information
rinatmini committed Jun 15, 2023
1 parent b200491 commit 8684535
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Microsoft.Azure.Cosmos/src/Resource/Container/Container.cs
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ public abstract Task<FeedResponse<T>> ReadManyItemsAsync<T>(
/// ]]>
/// </code>
/// </example>
/// <seealso href="https://learn.microsoft.com/azure/cosmos-db/partial-document-update#supported-modes">Supported partial document update modes</seealso>
public abstract Task<ItemResponse<T>> PatchItemAsync<T>(
string id,
PartitionKey partitionKey,
Expand Down Expand Up @@ -783,6 +784,7 @@ public abstract Task<ItemResponse<T>> PatchItemAsync<T>(
/// <example>
/// <see cref="Container.PatchItemAsync"/>
/// </example>
/// <seealso href="https://learn.microsoft.com/azure/cosmos-db/partial-document-update#supported-modes">Supported partial document update modes</seealso>
public abstract Task<ResponseMessage> PatchItemStreamAsync(
string id,
PartitionKey partitionKey,
Expand Down

0 comments on commit 8684535

Please sign in to comment.