Skip to content

Commit 7f86482

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 <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: gazconroy <gazconroyster@gmail.com> Co-authored-by: Gary Conroy <gary.conroy@LON-M3P-GConroy.local> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 215ca4a commit 7f86482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/algolia/api/composition_client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def multiple_batch(batch_params, request_options = {})
595595
)
596596
end
597597

598-
# Upsert a composition in the current Algolia application.
598+
# Update and insert a composition in the current Algolia application.
599599
#
600600
# Required API Key ACLs:
601601
# - editSettings
@@ -635,7 +635,7 @@ def put_composition_with_http_info(composition_id, composition, request_options
635635
@api_client.call_api(:PUT, path, new_options)
636636
end
637637

638-
# Upsert a composition in the current Algolia application.
638+
# Update and insert a composition in the current Algolia application.
639639
#
640640
# Required API Key ACLs:
641641
# - editSettings

0 commit comments

Comments
 (0)