docs: media thumbnail as Instagram Reel cover (public API + MCP) - #238
docs: media thumbnail as Instagram Reel cover (public API + MCP)#238giladresisi wants to merge 2 commits into
Conversation
…MCP) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe change adds optional video thumbnail support to the public media schema and attachment documentation. It also documents custom Instagram Reel cover uploads, thumbnail usage, fallback behavior, and an example media object. ChangesInstagram Reel thumbnail support
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This change documents an optional Instagram Reel cover field across the public API and MCP documentation; no actionable merge-blocking risk remains after normal checks and review. Possibly related issues
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
egelhaus
left a comment
There was a problem hiding this comment.
LGTM - will merge once app PR is merged
Documents the optional
thumbnailon post media objects: the path of an uploaded JPEG/PNG used as the video cover, i.e. the Instagram Reel cover.public-api/openapi.json:thumbnailon theMediaschemapublic-api/providers/instagram.mdx: new "Reel Cover Image" sectionmcp/tools.mdx:attachmentsmay be{ path, thumbnail }Backend: gitroomhq/postiz-app#1855 (Instagram
cover_url+ MCP{ path, thumbnail }attachments). Sibling agent docs: gitroomhq/postiz-agent#18.Merge only after postiz-app#1855 is deployed.
Verified locally with
mint dev(pages render, no overflow) andscripts/check-docs.mjs.🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Documentation