put
https://apiv4.ordering.co////bulks/translations
API endpoint used to massively update translations to avoid overcalling the API.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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.

