Update Workbench Setup Version
Versions
Update Workbench Setup Version
Edit a draft version’s attached agents, threshold, run mode, or default calls.
PATCH
Update Workbench Setup Version
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Only versions in the
editable state can be updated. To make changes to a published (archived) version, fork a new draft from it first using the Create Workbench Setup Version endpoint.Headers
Your API key for authentication.
Path Parameters
The ID of the workbench setup.
The ID of the draft version to update.
Body Parameters
All fields are optional. Only include fields you want to update.Updated display name for the version. Between 1 and 200 characters.
Updated description, or
null to clear it.Replaces the full list of attached eval agents. Up to 20 agents. Each item requires:
eval_agent_id(string, required) - ID of the eval agent to attach.eval_agent_version_id(string, required) - Version of the eval agent to use.weight(number, required) - Relative weight for this agent in scoring (0-100).target_level_keys(array of strings, required) - One or more target level keys this agent evaluates against.
Percentage of calls that must pass for a run to be considered passing. Between 0 and 100, or
null to clear.How calls are evaluated. One of
text, audio, or full.ID of the default test configuration to use for runs, or
null to clear.Default call IDs to evaluate against when no explicit call list is provided at run time. Replaces the existing list. Up to 5000 entries.
Response
The full updated version object.
null on success.