Updating task form values
API call for updating task form values.
Last updated
Was this helpful?
Was this helpful?
curl -X POST 'https://api.eu.navixy.com/v2/task/form/values/update' \
-H 'Content-Type: application/json' \
-d '{"hash": "3b47a8672465f8009969caee36fda834", "task_id": 9677618, "values": {"2533373665146": {"type": "text", "value": "Hideo Kojima"}}}'{
"success": true
}{
"success": false,
"status": {
"code": 242,
"description": "There were errors during content validation"
},
"errors": [
{
"field_id": "111-aaa-whatever",
"code": 5,
"error": "text length constraints are not met"
}
]
}