-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Page - Content States
-
Severity 3 - Minor
Issue Summary
As part of the introduction of live docs Please test & update your Confluence Cloud apps to function in Live docs by May 30, 2025 Confluence API CQL Search Returns Incorrect "subType" Field Instead of "subtype"
Steps to Reproduce
- Construct and execute the following API request using a tool like Postman or curl:
GET BASEURL/wiki/rest/api/content/search?cql=space="SPACEKEY" and type=page&expand=version
2.Review the JSON response for the field that should be "subtype"
Expected Results
The API response should include a field named "subtype" for pages returned by the CQL search.
Actual Results
The API response includes a field named "subType" instead of "subtype".
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...