workspace

attach an existing workspace as the dev workspace of this (prod) workspace

post/w/{workspace}/workspaces/attach_dev_workspace

Path parameters

workspacestring required

Request body

dev_workspace_idstring required
lock_prod_deployboolean
lock_prod_forkingboolean
dev_workspace_label'dev' | 'qa' | 'test' | 'uat' | 'staging' | 'demo' | 'sandbox' | 'preprod'

Environment label; also names the branch the dev workspace deploys to. Omitted defaults to 'dev'

Response

dev workspace attached

Changes