Merge "api-ref: fix response code and data type for volume interfaces"

This commit is contained in:
Zuul 2018-11-16 01:34:34 +00:00 committed by Gerrit Code Review
commit bd1b40f37b
3 changed files with 9 additions and 3 deletions

View File

@ -495,7 +495,7 @@ Response codes
.. rest_status_code:: success ../status.yaml
- 202
- 200
Request

View File

@ -2648,6 +2648,12 @@ total_count:
in: body
required: true
type: string
total_count_int:
description: |
Total number of volumes.
in: body
required: true
type: integer
total_size:
description: |
Total size of volumes in GB.

View File

@ -516,7 +516,7 @@ Response codes
.. rest_status_code:: success ../status.yaml
- 202
- 200
Request
@ -785,7 +785,7 @@ Response Parameters
- volume-summary: volume-summary
- total_size: total_size
- total_count: total_count
- total_count: total_count_int
- metadata: summary_metadata