Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
2
-
Quasar
-
Puma Sprint 252, Puma Sprint 253
Description
To provide drag-and-drop functionality on the frontend, we should add another endpoint for updating the order of a compound value:
PATCH documents/{documentId}/editable/{fieldPath}
The input is similar to the parameters accepted by adding new values:
{ “order”: 3 }For example, if the second value needs to become fourth, the call will look something like:
PATCH documents/uuid/editable/hap:employee[2]
{ “order”: 4 }