Skip to main content
PATCH
Update Eval Rubric

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

agentId
string<uuid>
required

The agent's unique identifier (Assignment ID)

rubricId
string<uuid>
required

The custom rubric's unique identifier

Body

application/json
title
string

Short, human-readable Pass/Fail rubric title.

Required string length: 3 - 80
description
string

A 1-2 sentence Pass condition phrased as a question.

Required string length: 20 - 400
selected_automation_revision_id
string<uuid> | null

The automation revision this edit is being made at. Pass a draft and the edit is folded into that draft itself; pass the active revision and the edit lands on a draft branched from it. A historic revision is rejected — it cannot be activated from without an explicit rebase. A revision belonging to a different automation is ignored, and the edit targets the automation the addressed agent belongs to. Omit to target the automation's active revision.

Response

Default Response

rubric
object
required