settings

Update workspace base configuration

Updates the workspace-scoped base DAG configuration YAML. Validates before saving. Requires write access to the workspace.

put/settings/workspaces/{workspaceName}/base-config

Path parameters

workspaceNamestring required

Workspace name. The reserved names all and default are not allowed.

Query parameters

remoteNodestring

name of the remote node

Request body

specstring required

The workspace base configuration in YAML format

Response

Workspace base configuration updated successfully

errorsstring[] required

List of validation warnings

Changes