Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Public Properties are stored in the fragment table in CPS as seen below:

Code Block
languagesql
titleSample SQL Query
<TBD>


Future Example (Out-of-scope)

...

Code Block
languageyml
{
  "publicCmHandleProperties" : {
     "publicPropertyName-1" : "publicPropertyValue-1",
     "publicPropertyName-2" : "publicPropertyValue-2"
   },
  "modules": [
    {
           "moduleName": "", (Mandatory)
           "revision": "" (Optional)
        }
  ]
}

Modules here is in the example are to demonstrate future intentions of endpoint but is out of scope for this user story.

References

...


CPS Swagger: http://localhost:8883/swagger-ui/index.html?configUrl=%2Fv3%2Fapi-docs%2Fswagger-config

...