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
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -22,7 +22,7 @@ info:
22
22
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
Updates the greenlisted configuration values for a datasource instance. Only configuration keys that are exposed via the public API greenlist may be set. Returns the full greenlisted configuration after the update is applied.
@@ -512,7 +517,7 @@ For more information on obtaining the appropriate token type, please contact you
512
517
513
518
*[~~count~~](docs/sdks/people/README.md#count) - Get user count :warning:**Deprecated**
514
519
*[index](docs/sdks/people/README.md#index) - Index employee
515
-
*[bulk_index](docs/sdks/people/README.md#bulk_index) - Bulk index employees
520
+
*[~~bulk_index~~](docs/sdks/people/README.md#bulk_index) - Bulk index employees:warning:**Deprecated**
516
521
*[process_all_employees_and_teams](docs/sdks/people/README.md#process_all_employees_and_teams) - Schedules the processing of uploaded employees and teams
|`configuration`|[models.DatasourceInstanceConfiguration](../models/datasourceinstanceconfiguration.md)|:heavy_check_mark:| Configuration for a datasource instance |
|`values`| Dict[str, [models.ConfigurationValue](../models/configurationvalue.md)]|:heavy_check_mark:| A map from configuration key names to their values |
0 commit comments