English
cURL
curl "https://api.phrase.com/v2/accounts/:account_id/job_templates/:id" \ -u USERNAME_OR_ACCESS_TOKEN \ -X PATCH \ -H 'Content-Type: application/json'
{ "id": "626ea67628690c73ac86ac81eec2d185", "name": "template", "briefing": "text", "created_at": "2017-01-28T09:52:53Z", "updated_at": "2017-01-28T09:52:53Z", "owner": { "id": "abcd1234cdef1234abcd1234cdef1234", "username": "joe.doe", "name": "Joe Doe" }, "creator": { "id": "abcd1234cdef1234abcd1234cdef1234", "username": "joe.doe", "name": "Joe Doe" }, "locales": [ { "id": "abcd1234cdef1234abcd1234cdef1234", "name": "English", "code": "en-GB" } ] }
Update an existing organization job template.
Enter your token in the format token TOKEN
token TOKEN
Two-Factor-Authentication token (optional)
Account ID
ID
Job template name
"template"
Briefing for the translators
"text"
OK
Show child attributes
null
Was this page helpful?