-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Page - Content APIs
-
None
-
1
-
Minor
Issue Summary
We have identified an intermittent technical issue with the Confluence Cloud API when it processes "Wiki" formatted content. Occasionally, the system experiences a small "hiccup" while saving the blog post’s background information.
Steps to Reproduce
- Use Confluence API to create a blog post
- Construct the Payload: Use the wiki representation with a content body that includes complex elements (like a table or a macro) to increase the processing time.
{
"spaceId": "<spaceID>",
"status": "current",
"title": "API Test Blog",
"body": {
"representation": "wiki",
"value": "{info}This is a test blog post with wiki markup{info}\n\n|Column 1|Column 2|\n|---|---|\n|Data A|Data B|"
}
}
3. Look for the 500 Internal Server Error response.
Expected Results
API should work consistently.
Actual Results
The API intermittently returns a 500 Internal Server Error.
Workaround
- Use the "Storage" format for the most reliable experience.
- mentioned in
-
Page Loading...