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.

JSON Example

{
  "accepted": false
}

Used By Operations