I installed the latest strapi version and using a collection with internalization. I posted two/three collection items to strapi in different locales and strapi nicely saved them. However, when trying to link them using a put request, it doesn’t do anything. For example:
PUT: http://localhost:1337/api/options/1
body: {
data: {
localizations: [ 2, 3 ]
}
}
this request doesn’t do anything. Can anyone help? Does anyone have the same problem?
This topic has been created from a Discord post (1255242479909867642) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord