Files
cloudpods/docs/bucket/limit.yaml

17 lines
486 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: 设置存储桶的储存限制该限制只有在使用OneCloud作为访问对象存储网关才生效。
parameters:
- $ref: '../parameters/bucket.yaml#/bucket_name'
- name: bucket
in: body
required: true
schema:
$ref: "../schemas/bucket.yaml#/BucketSetLimitInput"
responses:
200:
description: 指定存储桶的Limit响应
schema:
$ref: "../schemas/bucket.yaml#/BucketGetResponse"
tags:
- buckets