File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
algoliasearch/composition Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -939,7 +939,7 @@ async def put_composition_with_http_info(
939939 request_options : Optional [Union [dict , RequestOptions ]] = None ,
940940 ) -> ApiResponse [str ]:
941941 """
942- Upsert a composition in the current Algolia application.
942+ Update and insert a composition in the current Algolia application.
943943
944944 Required API Key ACLs:
945945 - editSettings
@@ -987,7 +987,7 @@ async def put_composition(
987987 request_options : Optional [Union [dict , RequestOptions ]] = None ,
988988 ) -> TaskIDResponse :
989989 """
990- Upsert a composition in the current Algolia application.
990+ Update and insert a composition in the current Algolia application.
991991
992992 Required API Key ACLs:
993993 - editSettings
@@ -2285,7 +2285,7 @@ def put_composition_with_http_info(
22852285 request_options : Optional [Union [dict , RequestOptions ]] = None ,
22862286 ) -> ApiResponse [str ]:
22872287 """
2288- Upsert a composition in the current Algolia application.
2288+ Update and insert a composition in the current Algolia application.
22892289
22902290 Required API Key ACLs:
22912291 - editSettings
@@ -2333,7 +2333,7 @@ def put_composition(
23332333 request_options : Optional [Union [dict , RequestOptions ]] = None ,
23342334 ) -> TaskIDResponse :
23352335 """
2336- Upsert a composition in the current Algolia application.
2336+ Update and insert a composition in the current Algolia application.
23372337
23382338 Required API Key ACLs:
23392339 - editSettings
You can’t perform that action at this time.
0 commit comments