mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-23 11:06:01 +08:00
14 lines
325 B
YAML
14 lines
325 B
YAML
post:
|
|
summary: 更改弹性IP带宽大小
|
|
parameters:
|
|
- $ref: "../parameters/elasticip.yaml#/elasticipId"
|
|
- $ref: "../parameters/elasticip.yaml#/bandwidth"
|
|
responses:
|
|
200:
|
|
description: 弹性IP信息
|
|
schema:
|
|
$ref: "../schemas/elasticip.yaml#/ElasticIpResponse"
|
|
|
|
tags:
|
|
- elasticips
|