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. | ||
| value | string | Optional edited value to use instead of the original answer when accepting. |
Optional edited value to use instead of the original answer when accepting. | ||
JSON Example
{
"accepted": false,
"value": "string"
}