The content property key "fabric-published-content-eligibility" has a JSON object as a value

XMLWordPrintable

    • 1
    • Severity 3 - Minor

      Issue Summary

      The content property key "fabric-published-content-eligibility" has a JSON object as a value when it should be a JSON-escaped string.

      Steps to Reproduce

      Endpoint: /wiki/rest/api/content/<ID>/property/fabric-published-content-eligibility

      Expected Results

      The value shouldn't be a JSON object but an escaped string.

      Actual Results

      Example:

      {
        "id": "1234567",
        "key": "fabric-published-content-eligibility",
        "value": {
          "eligibility": "SUPPORTED",
          "entityVersion": "4"
        } 

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

            Assignee:
            Unassigned
            Reporter:
            Matheus Z
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: