Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Project ID
Body
application/json
Job name
Example:
"de"
specify the branch to use
Example:
"my-feature-branch"
The API id of the source language
Example:
"abcd1234cdef1234abcd1234cdef1234"
Briefing for the translators
Example:
"de-DE"
Date the job should be finished
Example:
"2017-08-15"
URL to a ticket for this job (e.g. Jira, Trello)
Example:
"https://example.atlassian.net/browse/FOO"
tags of keys that should be included within the job
Example:
["myUploadTag"]ids of keys that should be included within the job
Example:
["abcd1234cdef1234abcd1234cdef1234"]id of a job template you would like to model the created job after. Any manually added parameters will take preference over template attributes.
Example:
"abcd1234cdef1234abcd1234cdef1234"
Response
Created
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "My Android Project",
"main_format": "xml",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z"
}Example:
{ "name": "new-branch" }Example:
null
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "English",
"code": "en-GB"
}