-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Page - Content APIs
-
None
-
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
- mentioned in
-
Page Loading...