Keyword Redirects REST Endpoints
Admin/Search Admin and Configuration/Keyword Redirects
This endpoint enables a user to configure keyword redirects for an application. This section describes how to create, modify, view, and delete the keyword redirects configuration.
- Create an Keyword Redirect Entry.
 - Method: postPath:
/gsadmin/v1/{appName}/redirects/{redirectGroup}/{redirectEntry} - Create Keyword Redirect Group.
 - Method: postPath:
/gsadmin/v1/{appName}/redirects/{redirectGroup} - Create Keyword Redirects Configuration
 - Method: postPath:
/gsadmin/v1/{appName}/redirects - Delete Keyword Redirect Entry
 - Method: deletePath:
/gsadmin/v1/{appName}/redirects/{redirectGroup}/{redirectEntry} - Delete Keyword Redirect Group
 - Method: deletePath:
/gsadmin/v1/{appName}/redirects/{redirectGroup} - Delete Keyword Redirects
 - Method: deletePath:
/gsadmin/v1/{appName}/redirects - Partial update Keyword Redirect Entry.
 - Method: patchPath:
/gsadmin/v1/{appName}/redirects/{redirectGroup}/{redirectEntry} - Partial update Keyword Redirect Group.
 - Method: patchPath:
/gsadmin/v1/{appName}/redirects/{redirectGroup} - Partial update Keyword Redirects Configuration
 - Method: patchPath:
/gsadmin/v1/{appName}/redirects - Update an Keyword Redirect Entry.
 - Method: putPath:
/gsadmin/v1/{appName}/redirects/{redirectGroup}/{redirectEntry} - Update Keyword Redirect Group.
 - Method: putPath:
/gsadmin/v1/{appName}/redirects/{redirectGroup} - Update Keyword Redirects configuration
 - Method: putPath:
/gsadmin/v1/{appName}/redirects - View Keyword Redirect Entry.
 - Method: getPath:
/gsadmin/v1/{appName}/redirects/{redirectGroup}/{redirectEntry} - View Keyword Redirect Group.
 - Method: getPath:
/gsadmin/v1/{appName}/redirects/{redirectGroup} - View Keyword Redirects
 - Method: getPath:
/gsadmin/v1/{appName}/redirects