跳到主要内容
版本:2.x

创建服务器

POST /servers/{:id} HTTP/1.1
Content-Type: application/json

{
"configuration": { /** ... */ }
}

路径参数

参数名说明
id服务器Id

请求参数

参数名说明
configuration服务器配置
示例
POST /servers/server1 HTTP/1.1
Content-Type: application/json

{
"configuration": {
"name": "生存1服",
"fileName": "start.bat"
}
}