Skip to main content
PATCH
Update Workbench Setup
This endpoint updates setup-level fields only. To edit attached agents, the pass threshold, or run mode, update the setup’s draft version using the Update Workbench Setup Version endpoint.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The ID of the workbench setup to update.

Body Parameters

All fields are optional. Only include fields you want to update.
string
Updated display name for the setup. Between 1 and 200 characters.
string | null
Updated description, or null to clear it.
string | null
Repoint the published version to a different archived version ID. Set to null to unpublish the setup.
object
Key-value metadata to associate with the setup. Values must be strings.

Response

object
An object containing the updated setup and its current draft version.
null
null on success.