cURL
Job Templates
Create a job template
Create a new job template.
POST
cURL
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Project ID
Body
application/json
Job template name
Example:
"template"
specify the branch to use
Example:
"my-feature-branch"
Briefing for the translators
Example:
"text"
Automatically translate the job using machine translation.
Example:
true
The API id of the source language. This locale will be set as source locale for the job template. If not provided, the project default locale will be used.
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"
}
When true, jobs created from this template are auto-translated on creation.
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "johndoe",
"name": "John Doe",
"gravatar_uid": "205e460b479e2e5b48aec07710c08d50"
}
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "johndoe",
"name": "John Doe",
"gravatar_uid": "205e460b479e2e5b48aec07710c08d50"
}