mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-23 21:11:02 +08:00
12 lines
234 B
YAML
12 lines
234 B
YAML
post:
|
|
summary: 取消磁盘共享
|
|
parameters:
|
|
- $ref: "../parameters/disk.yaml#/diskId"
|
|
responses:
|
|
200:
|
|
description: 磁盘信息
|
|
schema:
|
|
$ref: "../schemas/disk.yaml#/DiskResponse"
|
|
tags:
|
|
- disk
|