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

16 lines
396 B
YAML

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