-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
New functionality that updates the content of a fields in a form.
In this example JSON has "action" : "update" and send new "value" for "label" with name "temperature" in form "test_form".
{ "action" : "update", "forms": [ { "name": "test_form", "members": [ { "type": "label", "name": "temperature", "value": "28*C" } ] } ] }
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request