cURL
Organization Job Templates
Create an organization job template
Create a new organization job template.
POST
cURL
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Account ID
Body
application/json
Response
Created
When true, jobs created from this template are auto-translated on creation. Maps to the autotranslate field on the request body.
Optional. ID of the source locale used by jobs created from this template. When omitted, the project's default source locale is used.
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "johndoe",
"name": "John Doe",
"gravatar_uid": "205e460b479e2e5b48aec07710c08d50"
}
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "johndoe",
"name": "John Doe",
"gravatar_uid": "205e460b479e2e5b48aec07710c08d50"
}