ReviewDataFormAnswerRequest
Request body for reviewing (accepting/rejecting) a single form answer.
Properties
| Name | Type | Description |
|---|---|---|
| accepted | boolean | True to accept and apply the value, false to reject. |
True to accept and apply the value, false to reject. | ||
JSON Example
{
"accepted": false
}