You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://github.com/algolia/algoliasearch-client-csharp/issues"target="_blank">Report a bug</a> •
@@ -98,7 +98,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
98
98
99
99
## Contributing
100
100
101
-
This repository hosts the code of the generated Algolia API client for CSharp, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
101
+
This repository hosts the code of the generated Algolia API client for CSharp, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).
/// Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are untouched.
411
411
/// Replace all objects in an index without any downtime. Internally, this method copies the existing index settings, synonyms and query rules and indexes all passed objects.
412
412
/// Finally, the temporary one replaces the existing index. (Synchronous version)
413
-
/// See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
413
+
/// See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
414
414
/// </summary>
415
415
/// <param name="indexName">The index in which to perform the request.</param>
416
416
/// <param name="objects">The list of `objects` to store in the given Algolia `indexName`.</param>
@@ -425,7 +425,7 @@ public ReplaceAllObjectsResponse ReplaceAllObjects<T>(string indexName, IEnumera
425
425
/// Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are untouched.
426
426
/// Replace all objects in an index without any downtime. Internally, this method copies the existing index settings, synonyms and query rules and indexes all passed objects.
427
427
/// Finally, the temporary one replaces the existing index.
428
-
/// See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
428
+
/// See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
429
429
/// </summary>
430
430
/// <param name="indexName">The index in which to perform the request.</param>
431
431
/// <param name="objects">The list of `objects` to store in the given Algolia `indexName`.</param>
0 commit comments