You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could not find anywhere in the docs on how to create translations for a new collection entry. Thanks to checking the network tab in my browser I found the correct format:
{
"translations":{
"create":[
{
"languages_code":{
"code":"en-US"
},
"verbatim_text":"This is a test"
},
{
"languages_code":{
"code":"de-DE"
},
"verbatim_text":"Das ist ein Test"
}
],
"delete":[],
"update":[]
}
}
It would be generally great if the according pages like this one always directly link to the API documentation.
The text was updated successfully, but these errors were encountered:
I could not find anywhere in the docs on how to create translations for a new collection entry. Thanks to checking the network tab in my browser I found the correct format:
It would be generally great if the according pages like this one always directly link to the API documentation.
The text was updated successfully, but these errors were encountered: