feat(API): creating upload batches #SCD-687#1022
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new API endpoint for creating upload batches, allowing multiple file uploads to be grouped together with optional deletion of unmentioned translation keys after batch completion.
Changes:
- Added new
upload_batchschema defining the structure of upload batch objects - Created
upload_batches/createendpoint with POST operation for batch creation - Added example data to
user_previewschema for better API documentation
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| schemas/user_preview.yaml | Added example values for user preview schema |
| schemas/upload_batch.yaml | New schema defining upload batch object structure with state, timestamps, and references |
| paths/upload_batches/create.yaml | New endpoint definition for creating upload batches with request/response specs |
| paths.yaml | Registered the new upload batches endpoint in the API paths configuration |
| doc/compiled.json | Compiled JSON documentation reflecting all schema and endpoint changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
forelabs
approved these changes
Jan 27, 2026
This was referenced Jan 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.