mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-20 18:26:05 +08:00
17 lines
486 B
YAML
17 lines
486 B
YAML
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
|