/environments/recycle-bin/restore

从回收站恢复单个环境。

概览

字段
方法POST
路径/environments/recycle-bin/restore

请求体

{ "uuid": "YOUR_ENV_UUID" }

cURL 示例

curl -X POST http://127.0.0.1:{port}/api/local/environments/recycle-bin/restore -H "Content-Type: application/json" -H "sp-api-key: YOUR_LOCAL_API_KEY" -d '{ "uuid": "YOUR_ENV_UUID" }'