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: postPath:
/gsadmin/v1/{appName}/thesaurus - Create thesaurus entry
- Method: postPath:
/gsadmin/v1/{appName}/thesaurus/{thesaurusEntryId} - Delete thesaurus
- Method: deletePath:
/gsadmin/v1/{appName}/thesaurus - Delete thesaurus entry
- Method: deletePath:
/gsadmin/v1/{appName}/thesaurus/{thesaurusEntryId} - Partial update thesaurus
- Method: patchPath:
/gsadmin/v1/{appName}/thesaurus - Partial update thesaurus entry
- Method: patchPath:
/gsadmin/v1/{appName}/thesaurus/{thesaurusEntryId} - Update thesaurus
- Method: putPath:
/gsadmin/v1/{appName}/thesaurus - Update thesaurus entry
- Method: putPath:
/gsadmin/v1/{appName}/thesaurus/{thesaurusEntryId} - View thesaurus
- Method: getPath:
/gsadmin/v1/{appName}/thesaurus - View thesaurus entry
- Method: getPath:
/gsadmin/v1/{appName}/thesaurus/{thesaurusEntryId}