Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-14055

Support modifying primitive typed Channel Parameters

    XMLWordPrintable

Details

    • Task
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • saas-partner-preview
    • 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

          Activity

            People

              Unassigned Unassigned
              aschrijvers Ard Schrijvers
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: