feat(content-uploader): add file version in content uploader API#4581
feat(content-uploader): add file version in content uploader API#4581olehrybak wants to merge 4 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
WalkthroughThis PR threads an ChangesModernized uploads feature
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
3aa5abe to
ddf8e84
Compare
Summary
Passed a new
fieldsquery parameter to the file new version upload link. Parameter includes a list of all default fields returned by the upload endpoint along with the additionalversion_numberfield (we need to provide the full list according to docs).The change is guarded by the
enableModernizedUploadsflag.Summary by CodeRabbit
New Features
Refactor