docs(swagger): add Products tag for quota APIs (#8937)

Signed-off-by: He Weiwei <hweiwei@vmware.com>
This commit is contained in:
He Weiwei 2019-09-04 16:34:34 +08:00 committed by GitHub
parent ed67e44d34
commit e6ea40c04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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