Create upload batch
Groups multiple file uploads into a single batch. Optionally, launches the deletion of unmentioned translation keys after all uploads in the batch are completed.
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Project ID
Body
Array of upload IDs to include in the batch
[
"abcd1234cdef1234abcd1234cdef1234",
"bcde2345defg2345bcde2345defg2345"
]specify the branch to use
"my-feature-branch"
If set to true, after all uploads in the batch are completed, translation keys that were not mentioned in any of the uploaded files will be deleted.
true
Response
Created
Processing state of the upload batch
started, done Indicates whether unmentioned keys will be deleted after processing all uploads in the batch
Number of uploads attached to this batch.
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "My Android Project",
"main_format": "xml",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z"
}{
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "johndoe",
"name": "John Doe",
"gravatar_uid": "205e460b479e2e5b48aec07710c08d50"
}