mirror of
https://github.com/goharbor/harbor.git
synced 2025-03-02 10:41:59 +01:00
docs(swagger): add Products tag for quota APIs (#8937)
Signed-off-by: He Weiwei <hweiwei@vmware.com>
This commit is contained in:
parent
ed67e44d34
commit
e6ea40c04c
@ -3599,13 +3599,19 @@ paths:
|
||||
summary: List quotas
|
||||
description: List quotas
|
||||
tags:
|
||||
- quota
|
||||
- Products
|
||||
- Quota
|
||||
parameters:
|
||||
- name: reference
|
||||
in: query
|
||||
description: The reference type of quota.
|
||||
required: false
|
||||
type: string
|
||||
- name: reference_id
|
||||
in: query
|
||||
description: The reference id of quota.
|
||||
required: false
|
||||
type: string
|
||||
- name: sort
|
||||
in: query
|
||||
type: string
|
||||
@ -3651,7 +3657,8 @@ paths:
|
||||
summary: Get the specified quota
|
||||
description: Get the specified quota
|
||||
tags:
|
||||
- quota
|
||||
- Products
|
||||
- Quota
|
||||
parameters:
|
||||
- name: id
|
||||
in: path
|
||||
@ -3675,7 +3682,8 @@ paths:
|
||||
summary: Update the specified quota
|
||||
description: Update hard limits of the specified quota
|
||||
tags:
|
||||
- quota
|
||||
- Products
|
||||
- Quota
|
||||
parameters:
|
||||
- name: id
|
||||
in: path
|
||||
|
Loading…
Reference in New Issue
Block a user