Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Body
application/json
ID of a locale to be added
Example:
"abcd1234cdef1234abcd1234cdef1234"
specify the branch to use
Example:
"my-feature-branch"
Array of user ids to be assigned to the job locale as translators
Example:
["abcd1234cdef1234abcd1234cdef1234"]Array of reviewer ids to be assigned to the job locale as reviewers
Example:
["abcd1234cdef1234abcd1234cdef1234"]Array of team ids to be assigned to the job locale as translators
Example:
["abcd1234cdef1234abcd1234cdef1234"]Array of team ids to be assigned to the job locale as reviewers
Example:
["abcd1234cdef1234abcd1234cdef1234"]Response
Created
Example:
null
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"name": "English",
"code": "en-GB"
}