Confluence · Arazzo Workflow
Confluence Find and Revise a Blog Post
Version 1.0.0
Find a blog post by title, read its current version, and publish a revised body.
View Spec
View on GitHub
CollaborationContent ManagementDocumentationKnowledge BaseWikiArazzoWorkflows
Provider
Workflows
revise-blog-post
Locate a Confluence blog post by title and publish a corrected body.
Searches blog posts by exact title, reads the match for its version, and issues a version-incremented update carrying the revised body.
1
findBlogPost
getBlogPosts
Filter current blog posts by exact title, returning at most one match so the revision cannot be applied to the wrong post.
2
readBlogPost
getBlogPostById
Read the matched blog post in storage format to capture the current version number the update must supersede and the original body for comparison.
3
publishRevision
updateBlogPost
Write the revised body with an incremented version and a changelog message. A 400 here usually means the version number was not current + 1.