v1
latestOpenAPI 3.0.02026-07-17112116167.8 KBSandboxes
Rename a sandbox
patch/api/sandboxes/{id}
Path parameters
idstring required
Sandbox id
Request body
Example request
{
"name": "renamed-sandbox"
}Response
OK
Sandbox id
{
"name": "renamed-sandbox"
}OK