Search Index Configuration REST Endpoints

Admin/Search Admin and Configuration/Search Index Configuration
The Search Index endpoints enable you to configure the locales of an application as part of the search Index configuration. These endpoints also enable you to configure the types of words that can appear in the spelling dictionary, as well as whether wild cards are allowed in search terms.
Create search index configuration
Method: post
Path: /gsadmin/v1/{appName}/searchIndexConfig
Delete search index configuration
Method: delete
Path: /gsadmin/v1/{appName}/searchIndexConfig
Partial update search index configuration
Method: patch
Path: /gsadmin/v1/{appName}/searchIndexConfig
Update search index configuration
Method: put
Path: /gsadmin/v1/{appName}/searchIndexConfig
View search index configuration
Method: get
Path: /gsadmin/v1/{appName}/searchIndexConfig