/
EV
ever-co
/
Ever Traduora API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 47m ago · Updated 2mo ago
Details
Filter operations
Authentication
7
Exports
1
Imports
1
Locales
1
Project Clients
5
Project Invites
4
Project Labels
8
Project Plans
1
Project Stats
1
Project Users
3
Projects
5
Terms
4
Translations
5
get
List all translation locales for a project
post
Add a new translation locale for a project
get
List translated terms for a locale
delete
Delete a project's locale
patch
Update a term's translation
Users
3
Translations
Update a term's translation
patch
/api/v1/projects/{projectId}/translations/{localeCode}
Path parameters
localeCode
string
required
projectId
string
required
Request body
UpdateTranslationRequest
required
termId
string
required
value
string
required
Response
Updated
TermTranslatonResponse
required
data
TermTranslationDTO
required
Changes