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
Example request
{
"project": {
"name": "my-project",
"display_name": "My Project"
},
"environment": {
"name": "staging",
"identifier": "my-staging",
"scope": "PROJECT"
}
}Response
Example response
{
"project": {
"name": "my-project",
"display_name": "My Project"
},
"environment": {
"name": "staging",
"identifier": "my-staging",
"scope": "PROJECT"
}
}