Request
Body Params application/jsonRequired
{
"session_id": "中文session测试",
"sandbox_id": "302-sandbox-xxxx",
"note": "aaaaa"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/v1/302/claude-code/sandbox/session' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_id": "中文session测试",
"sandbox_id": "302-sandbox-xxxx",
"note": "aaaaa"
}'
Responses
application/json {
"success": true,
"sandbox_id": "302-sandbox-xxxxxxx",
"session_id": "中文session测试",
"note": "aaaaa",
"message": "更新成功"
}
Modified at 2025-12-19 11:49:30