Update scorecard
Update an existing scorecard. Only provided fields are modified.
Criterion ratings: when criterion_ratings is provided, all existing criterion ratings on this scorecard are replaced. Pass an empty array to clear them.
Team member assignment: last_updated_by defaults to the calling team member. Pass team_member_id to override.
Authorizations
Authenticate with a Bearer token: API key, OAuth token, or session token.
Path Parameters
Scorecard ID
Body
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 score (0 to template rating_scale). Pass null to clear.
0 <= x <= 10Plain-text overall summary note. Pass null to clear.
Toggle the starred flag.
Toggle client share link visibility. Only effective when a job_id is set on the scorecard.
Team member UUID to record as last_updated_by. Defaults to the caller.
When provided, REPLACES all criterion ratings on this scorecard. Pass an empty array to clear all criterion ratings.