mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-20 08:03:53 +08:00
15 lines
347 B
YAML
15 lines
347 B
YAML
post:
|
||
summary: 创建一个大小为0的对象,用来做目录的占位
|
||
parameters:
|
||
- $ref: '../parameters/bucket.yaml#/bucket_name'
|
||
- name: bucket
|
||
in: body
|
||
required: true
|
||
schema:
|
||
$ref: "../schemas/bucket.yaml#/BucketMakedirInput"
|
||
responses:
|
||
200:
|
||
description: 创建成功
|
||
tags:
|
||
- buckets
|