Skip to content

Commit 77091cc

Browse files
algolia-botgazconroyGary Conroymillotp
committed
fix(specs): Add title values to key oneOfs (generated)
algolia/api-clients-automation#5581 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: gazconroy <[email protected]> Co-authored-by: Gary Conroy <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 0d4bb1d commit 77091cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algoliasearch/Clients/CompositionClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ MultipleBatchResponse MultipleBatch(
469469
);
470470

471471
/// <summary>
472-
/// Upsert a composition in the current Algolia application.
472+
/// Update and insert a composition in the current Algolia application.
473473
/// </summary>
474474
///
475475
/// Required API Key ACLs:
@@ -490,7 +490,7 @@ Task<TaskIDResponse> PutCompositionAsync(
490490
);
491491

492492
/// <summary>
493-
/// Upsert a composition in the current Algolia application. (Synchronous version)
493+
/// Update and insert a composition in the current Algolia application. (Synchronous version)
494494
/// </summary>
495495
///
496496
/// Required API Key ACLs:

0 commit comments

Comments
 (0)