Updating Element Entry Input Value Using Single REST API Call
Summary:
I have a requirement of Updating existing element entry and I am doing it in 3 steps now.
- GET(/elementEntries)- Get Hash of element entry
- GET (/child/elementEntryValues)- Get Hash of ElementEntryValues
- PATCH- Updating the screen entry values.
I need a single payload which will update my element entry input values.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0