Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
2
-
Quasar
-
Puma Sprint 252, Puma Sprint 253, Puma Sprint 254
Description
The backend should support the possibility to create a new choice field. For this purpose we should add a new endpoint:
POST documents/{documentId}/editable/{fieldPath}[_<order>_]/<type>
Where the order is an unsigned numeric value corresponding to a one-based index. By default, it equals 1, and the value will be inserted into the beginning.
And the type corresponds to the choice field type. For example,
POST documents/uuid/editable/hap:venue[3]/hap:realestate
Attachments
Issue Links
- relates to
-
CMS-14400 Create integration tests for visual editing REST end-points
- New