System Information
- Strapi Version: 3.6.0
- Operating System: Any
- Database: Mongo/MySQL
- Node Version: 14.16.1
- NPM Version: 6.14.12
- Yarn Version: 1.22.10
I have created a single type which has content-internationalization based on Strapi version 3.6.0. I want to update content-type based on locale by API request not from UI. As I saw in documentation, when I add locale attribute to request body, it ignores that. By the way, I’m also hiding content-type id, so client does not have id. How can I do that?