mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-22 20:40:23 +08:00
16 lines
346 B
YAML
16 lines
346 B
YAML
post:
|
|
summary: 扩容磁盘
|
|
parameters:
|
|
- $ref: '../parameters/disk.yaml#/diskId'
|
|
- in: body
|
|
name: server
|
|
required: true
|
|
schema:
|
|
$ref: '../schemas/disk.yaml#/DiskResize'
|
|
responses:
|
|
200:
|
|
description: 磁盘信息
|
|
schema:
|
|
$ref: '../schemas/disk.yaml#/DiskResponse'
|
|
tags:
|
|
- disk |