Bulk Edit Translations

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

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.
Language
Authorization
Header
Click Try It! to start a request and see the response here!