Files
cloudpods/docs/instance/change-config.yaml
2019-06-11 23:51:24 +08:00

16 lines
387 B
YAML

post:
summary: 更改实例配置
parameters:
- $ref: '../parameters/instance.yaml#/instanceId'
- in: body
name: server
required: true
schema:
$ref: '../schemas/instance.yaml#/InstanceChangeConfig'
responses:
200:
description: 实例信息
schema:
$ref: '../schemas/instance.yaml#/InstanceResponse'
tags:
- instance