Bulk Edit Translations

API endpoint used to massively update translations to avoid overcalling the API.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

How to send translations to update

In order for the translations to be correctly edited they must be sent as follows:

[
  {
    id: 1,
    key: 'SOME_KEY',
    text: 'some text'
  },
  ...
]
📘

Bulk Edit translation restrictions

  • the maximum number of translations that can be updated is 1000.
Path Params
string
required
Defaults to v400
string
required
Defaults to en
string
required
Defaults to demo
Body Params
string
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json