PUT
/
evaluations
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
evaluationTemplateId
string
required

ID of the associated evaluation template

enabled
boolean
default:
true

Whether the evaluation is enabled

evaluationGroupId
string | null

Optional ID of the associated evaluation group

isCritical
boolean
default:
true

Whether this is a critical evaluation

params
object

JSON parameters for the evaluation

scenarioId
string | null

Optional ID of the associated scenario

Response

200 - application/json
createdAt
string
required

Creation timestamp of the evaluation

enabled
boolean
required

Whether the evaluation is enabled

evaluationTemplateId
string
required

ID of the associated evaluation template

id
string
required

Unique identifier for the evaluation

isCritical
boolean
required

Whether this is a critical evaluation

params
object
required

JSON parameters for the evaluation

agentId
string | null

Optional ID of the associated agent

evaluationGroupId
string | null

Optional ID of the associated evaluation group

scenarioId
string | null

Optional ID of the associated scenario