Skip to main content
PATCH
Update scorecard

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Path Parameters

id
string
required

Scorecard ID

Body

application/json
job_id
string<uuid> | null

Job UUID to scope this scorecard to. Pass null to clear. When changed, candidate_id is auto-resolved from the new (person_id, job_id) pair.

overall_rating
number | null

Overall score (0 to template rating_scale). Pass null to clear.

Required range: 0 <= x <= 10
overall_comment
string | null

Plain-text overall summary note. Pass null to clear.

is_starred
boolean

Toggle the starred flag.

Toggle client share link visibility. Only effective when a job_id is set on the scorecard.

team_member_id
string<uuid>

Team member UUID to record as last_updated_by. Defaults to the caller.

criterion_ratings
object[]

When provided, REPLACES all criterion ratings on this scorecard. Pass an empty array to clear all criterion ratings.

Response

Scorecard updated

success
enum<boolean>
required
Available options:
true
data
object
required