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: post
Path: /gsadmin/v1/{appName}/redirects/{redirectGroup}/{redirectEntry}
Create Keyword Redirect Group.
Method: post
Path: /gsadmin/v1/{appName}/redirects/{redirectGroup}
Create Keyword Redirects Configuration
Method: post
Path: /gsadmin/v1/{appName}/redirects
Delete Keyword Redirect Entry
Method: delete
Path: /gsadmin/v1/{appName}/redirects/{redirectGroup}/{redirectEntry}
Delete Keyword Redirect Group
Method: delete
Path: /gsadmin/v1/{appName}/redirects/{redirectGroup}
Delete Keyword Redirects
Method: delete
Path: /gsadmin/v1/{appName}/redirects
Partial update Keyword Redirect Entry.
Method: patch
Path: /gsadmin/v1/{appName}/redirects/{redirectGroup}/{redirectEntry}
Partial update Keyword Redirect Group.
Method: patch
Path: /gsadmin/v1/{appName}/redirects/{redirectGroup}
Partial update Keyword Redirects Configuration
Method: patch
Path: /gsadmin/v1/{appName}/redirects
Update an Keyword Redirect Entry.
Method: put
Path: /gsadmin/v1/{appName}/redirects/{redirectGroup}/{redirectEntry}
Update Keyword Redirect Group.
Method: put
Path: /gsadmin/v1/{appName}/redirects/{redirectGroup}
Update Keyword Redirects configuration
Method: put
Path: /gsadmin/v1/{appName}/redirects
View Keyword Redirect Entry.
Method: get
Path: /gsadmin/v1/{appName}/redirects/{redirectGroup}/{redirectEntry}
View Keyword Redirect Group.
Method: get
Path: /gsadmin/v1/{appName}/redirects/{redirectGroup}
View Keyword Redirects
Method: get
Path: /gsadmin/v1/{appName}/redirects