Update a search interface folder
put
/gsadmin/v1/{appName}/searchInterfaces
Updates a collection of search interfaces in the existing search interface folder.
Request
Supported Media Types
- application/json
- application/zip
Path Parameters
-
appName: string
Specifies the name of your application. For example, "cloud".
The request body represents the updated search interface folder.
Root Schema : SearchInterfaceFolder
Type:
object
Represents the search interface folder in the ECR. Child nodes should represent search interfaces that conform to SearchInterface JSON schema.
Show Source
-
ecr:createDate(optional):
string
-
ecr:lastModified(optional):
string
-
ecr:lastModifiedBy(optional):
string
-
ecr:type(optional):
string
Default Value:
search-interface-folder
Security
-
basicAuth: basic
Type:
basic
Description:Basic username/password authentication.
Response
Supported Media Types
- application/json
202 Response
Search interface folder successfully updated.
Examples
Request Body Example
The following shows a sample request body to update the search interface folder.
{ "ecr:lastModifiedBy": "admin", "ecr:lastModified": "2016-01-13T08:21:15.372+05:30", "ecr:createDate": "2016-01-13T08:21:15.372+05:30", "ecr:type": "search-interfacer", "ecr:type": "search-interface", "crossFieldMatch": "always", "fields": [ {"attribute": "product.id"}, {"attribute": "product.sku"}, {"attribute": "product.long_desc"}, {"attribute": "ecr:crossField"} ] }