-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.1.10 DXP FP20, 7.1.10.5 SP5, 7.1.X, 7.2.X, 7.3.X, Master
-
Component/s: Headless Delivery API
-
Branch Version/s:7.3.x, 7.2.x, 7.1.x
-
Backported to Branch:Committed
-
Git Pull Request:
Replacing a Structured Content, which uses a content structure with repeatable fields, does not allow to add or remove repeatable fields when a PUT HTTP request with more or less fields is sent.
Steps to reproduce it:
- Create a Content Structure with one repeatable field
- Create a Structured Content using the content structure above with 2 fields of the repeatable field
- Make a PUT request to replace the structured content with more or less field than earlier
- The Structured Content is replaced but just with the same name of fields than in its creation
Expected behavior:
The Structured Content is replaced with the fields defined in the PUT request