Files
cloudpods/docs/instance/change-ip-addr.yaml
2019-06-04 18:38:38 +08:00

16 lines
380 B
YAML

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