Redwood Settings REST Endpoints

Product Lifecycle Management/Redwood Settings
A grouping of setting switches for objects that configure the behavior of pages for the object. For example, the item index includes setting switches for displaying item search results in a grid and disabling autocomplete in Redwood search.
Create one setting
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productManagementRedwoodSettings
Delete one setting
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productManagementRedwoodSettings/{Id}
Get all settings
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productManagementRedwoodSettings
Get one setting
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productManagementRedwoodSettings/{Id}
Update one setting
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productManagementRedwoodSettings/{Id}