Api-ref: fix resource_limit format

the resource_limit type is integer, not array.

Change-Id: I62fa0a82092945e7d5e866b27eb66a9a6a4e7d86
Closes-bug: #1751755
This commit is contained in:
wangxiyuan 2018-02-27 11:19:57 +00:00
parent 991a36aa29
commit f0c0634a92
1 changed files with 1 additions and 1 deletions

View File

@ -1496,7 +1496,7 @@ resource_limit:
The override limit.
in: body
required: true
type: array
type: integer
resource_name:
description: |
The resource name.