API Docs / Schemas / ReviewDataFormAnswerRequest

ReviewDataFormAnswerRequest

Request body for reviewing (accepting/rejecting) a single form answer.

Properties

Name Type Description
acceptedboolean

True to accept and apply the value, false to reject.

True to accept and apply the value, false to reject.

valuestring

Optional edited value to use instead of the original answer when accepting.
Ignored when rejecting.

Optional edited value to use instead of the original answer when accepting.
Ignored when rejecting.

JSON Example

{
  "accepted": false,
  "value": "string"
}

Used By Operations