mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-07 23:09:17 +08:00
fix $ref
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
post:
|
||||
summary: 挂载磁盘到实例
|
||||
parameters:
|
||||
- $ref: '/parameters/instance.yaml#instanceId'
|
||||
- $ref: '../parameters/instance.yaml#/instanceId'
|
||||
- in: body
|
||||
name: server
|
||||
required: true
|
||||
schema:
|
||||
$ref: '/schemas/instance.yaml#InstanceAttachDisk'
|
||||
$ref: '../schemas/instance.yaml#/InstanceAttachDisk'
|
||||
responses:
|
||||
200:
|
||||
description: 实例信息
|
||||
schema:
|
||||
$ref: '/schemas/instance.yaml#InstanceResponse'
|
||||
$ref: '../schemas/instance.yaml#/InstanceResponse'
|
||||
tags:
|
||||
- instance
|
||||
Reference in New Issue
Block a user