v1

latestOpenAPI 3.0.02026-07-241220330.3 KB
Evaluations

Updates an evaluation

Updates an existing unresolved evaluation (waiting on required inputs), data supplied in the request body will be merged with data supplied from the initial POST request. Note that null values supplied for fields in the request body are treated as "do not change" and no updates will happen with those fields.

patch/evaluations/{evaluation_token}

Request body

object required

Response

Evaluation missing required inputs

status_codestring
errorobject
timestampnumber
evaluation_tokenstring
entity_tokenstring
application_tokenstring
application_version_idnumber

Example response

{
  "required": [
    {
      "key": "name_first",
      "type": "string",
      "description": "First name",
      "regex": "^[^d]*$"
    }
  ],
  "optional": [
    {
      "key": "email_address",
      "type": "string",
      "description": "Email address"
    }
  ]
}