Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Pulsar
-
Pulsar 245 - Eng OKRs, Pulsar 246 - DocTypes 0
Description
Channel update rest service should support updating of channel parameters.
Channel parameters (dynamic parameters) currently do support date, boolean, integer, double and string values. Date format should be in ISO format.
Channel parameters of course should be defined with parameter rest service first, then the channel update rest service should be used to set the value.
A sample json will be as follows;
{ "id": "brxsaas:v8bsP", "name": "BrX SaaS", "branch": "v8bsP", "branchOf": "brxsaas", "contentRootPath": null, "locale": null, "devices": [], "defaultDevice": null, "responseHeaders": null, "linkurlPrefix": null, "cdnHost": null, "parameters": { "myDouble": 6.0, "myDate": "2018-01-01T13:01:02.123", "myBoolean": true, "mySpaUrl": "https://brxm-react-spa.herokuapp.com/", "myInteger": 9182730912301983103 } }
Attachments
Issue Links
- relates to
-
CMS-14053 Move some channel properties to channel parameters
- Closed