Files
cloudpods/docs/bucket/makedir.yaml
2019-07-24 21:29:56 +08:00

15 lines
347 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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