System Information
- Strapi Version: 4.4.3
- Operating System: Postgress
- Database:
- Node Version: 16.17.0
- NPM Version: 8.19.2
- Yarn Version:
Is there any possibility to create new record (through API) with localized values in one request?
In docs I can only see flow as follows:
- Create new entry,
- Create localized entry - separately for every locale
Why can’t I create use api like this:
it throws 500 and only creates entry for ‘pl’ locale in this case :