Index Attributes REST Endpoints
Admin/Search Admin and Configuration/Index Attributes
You configure dimensions, Endeca record properties and derived properties through configuring index attributes. Index Attributes for each owner is configured in a separate JSON document. A JSON document with 'ecr:type' as 'attributes-folder' is the root of the index attributes configuration. This section describes operations to create, modify, view and delete index attributes in a specific application.
- Create an index attribute
 - Method: postPath:
/gsadmin/v1/{appName}/attributes/{owner}/{attributeName} - Create index attributes
 - Method: postPath:
/gsadmin/v1/{appName}/attributes - Create owner attributes
 - Method: postPath:
/gsadmin/v1/{appName}/attributes/{owner} - Delete an index attribute
 - Method: deletePath:
/gsadmin/v1/{appName}/attributes/{owner}/{attributeName} - Delete index Attributes
 - Method: deletePath:
/gsadmin/v1/{appName}/attributes - Delete owner index attributes
 - Method: deletePath:
/gsadmin/v1/{appName}/attributes/{owner} - Partial update an index attribute
 - Method: patchPath:
/gsadmin/v1/{appName}/attributes/{owner}/{attributeName} - Partial update owner attributes
 - Method: patchPath:
/gsadmin/v1/{appName}/attributes/{owner} - Partially update index attributes
 - Method: patchPath:
/gsadmin/v1/{appName}/attributes - Update an index attribute
 - Method: putPath:
/gsadmin/v1/{appName}/attributes/{owner}/{attributeName} - Update index attributes
 - Method: putPath:
/gsadmin/v1/{appName}/attributes - Update owner attributes
 - Method: putPath:
/gsadmin/v1/{appName}/attributes/{owner} - View index attribute
 - Method: getPath:
/gsadmin/v1/{appName}/attributes/{owner}/{attributeName} - View index attributes
 - Method: getPath:
/gsadmin/v1/{appName}/attributes - View owner attributes
 - Method: getPath:
/gsadmin/v1/{appName}/attributes/{owner}