System Information
- Strapi Version: v4.1.12
- Operating System: ubuntu
- Database: mysql
- Node Version:
- NPM Version: v16.15.0
- Yarn Version:
how can I enable POST query for repeatable component? component have one unique value, updating via PUT return
{'data': None, 'error': {'status': 400, 'name': 'ValidationError', 'message': '2 errors occurred', 'details': {'errors': [{'path': ['sources', '7', 'link'], 'message': 'This attribute must be unique', 'name': 'ValidationError'}, {'path': ['sources', '2', 'link'], 'message': 'This attribute must be unique', 'name': 'ValidationError'}]}}}
I know that I can get all values and remove existing, request PUT and it will pass but I need add one by one via POST