Sandbox API
Update sandbox configuration
patch/workspaces/{workspace_domain}/sandboxes/{id}
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
idstring required
Example:sb-1234567890abcdef
The ID of the sandbox
Request body
Response
Example response
{
"project": {
"name": "my-project",
"display_name": "My Project"
}
}