Skip to main content
POST
Create Workbench Setup Version

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The ID of the workbench setup to fork a new version from.

Body Parameters

All fields are optional.
string
Display name for the new version. Between 1 and 200 characters. Defaults to the source version’s name.
string | null
Optional description for the new version.
string
ID of the version to fork from. Defaults to the current draft if not provided.

Response

Returns 201 on success.
object
The full newly created version object.
null
null on success.