Rule Configuration REST Endpoints

Admin/Search Admin and Configuration/Rule Configuration
These endpoints allows user to manage and organize rules for an application. User can manage 'content-root', 'content-collection-folder' and 'content-item' ecr types
Creates a rule configuration.
Method: post
Path: /gsadmin/v1/{appName}/content/{contentCollectionFolder}/{Rule}
Creates content collection folder at specified location.
Method: post
Path: /gsadmin/v1/{appName}/content/{contentCollectionFolder}
Creates content node for a application
Method: post
Path: /gsadmin/v1/{appName}/content
Delete content node of a application
Method: delete
Path: /gsadmin/v1/{appName}/content
Deletes a content collection folder.
Method: delete
Path: /gsadmin/v1/{appName}/content/{contentCollectionFolder}
Deletes a Rule.
Method: delete
Path: /gsadmin/v1/{appName}/content/{contentCollectionFolder}/{Rule}
Updates a rule configuration.
Method: put
Path: /gsadmin/v1/{appName}/content/{contentCollectionFolder}/{Rule}
View content collection folders under 'content' root node.
Method: get
Path: /gsadmin/v1/{appName}/content
View rule definition
Method: get
Path: /gsadmin/v1/{appName}/content/{contentCollectionFolder}/{Rule}
View rules and content collection folders under specified content collection folder.
Method: get
Path: /gsadmin/v1/{appName}/content/{contentCollectionFolder}