Thesaurus REST Endpoints

Admin/Search Admin and Configuration/Thesaurus
This endpoint enables a user to configure thesaurus entries for an application. This section describes how to create, modify, view, and delete thesaurus entries.
Create thesaurus
Method: post
Path: /gsadmin/v1/{appName}/thesaurus
Create thesaurus entry
Method: post
Path: /gsadmin/v1/{appName}/thesaurus/{thesaurusEntryId}
Delete thesaurus
Method: delete
Path: /gsadmin/v1/{appName}/thesaurus
Delete thesaurus entry
Method: delete
Path: /gsadmin/v1/{appName}/thesaurus/{thesaurusEntryId}
Partial update thesaurus
Method: patch
Path: /gsadmin/v1/{appName}/thesaurus
Partial update thesaurus entry
Method: patch
Path: /gsadmin/v1/{appName}/thesaurus/{thesaurusEntryId}
Update thesaurus
Method: put
Path: /gsadmin/v1/{appName}/thesaurus
Update thesaurus entry
Method: put
Path: /gsadmin/v1/{appName}/thesaurus/{thesaurusEntryId}
View thesaurus
Method: get
Path: /gsadmin/v1/{appName}/thesaurus
View thesaurus entry
Method: get
Path: /gsadmin/v1/{appName}/thesaurus/{thesaurusEntryId}