Skip to content

feat(API): creating upload batches #SCD-687#1022

Merged
jablan merged 5 commits intomainfrom
scd-687-create-upload-batch-api
Jan 27, 2026
Merged

feat(API): creating upload batches #SCD-687#1022
jablan merged 5 commits intomainfrom
scd-687-create-upload-batch-api

Conversation

@jablan
Copy link
Collaborator

@jablan jablan commented Jan 20, 2026

No description provided.

@jablan jablan marked this pull request as ready for review January 26, 2026 12:42
@jablan jablan requested review from Copilot and forelabs January 26, 2026 12:42
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_batch schema defining the structure of upload batch objects
  • Created upload_batches/create endpoint with POST operation for batch creation
  • Added example data to user_preview schema 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants