mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-21 00:24:07 +08:00
12 lines
254 B
YAML
12 lines
254 B
YAML
get:
|
|
summary: 获得用户所在项目的配额
|
|
parameters:
|
|
- $ref: '../parameters/quota.yaml#/scope'
|
|
responses:
|
|
200:
|
|
description: 配额信息
|
|
schema:
|
|
$ref: "../schemas/quota.yaml#/QuotaGetResponse"
|
|
tags:
|
|
- quota
|